#AF5366

Color #AF5366 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #AF5366

Tints of Blush #AF5366

Color information

#AF5366 (or 0xAF5366) is unknown color: approx Blush. HEX triplet: AF, 53 and 66. RGB value is (175,83,102). Sum of RGB (Red+Green+Blue) = 175+83+102=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5366 is #50AC99. Grayscale: #707070. Windows color (decimal): -5287066 or 6706095. OLE color: 6706095.

HSL color Cylindrical-coordinate representation of color #AF5366: hue angle of 347.61º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5366 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB17583102-
CMYK00.530.420.31
HSL347.61º36.51%50.59%-
HSV(B)347.61º52.57%68.63%-
XYZ23.1716.2614.49-
YUV112.67121.98172.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 48.61%
GREEN value IS 83 (32.81% from 255) = 23.06%
BLUE value IS 102 (40.23% from 255) = 28.33%
R=48.61%
G=23.06%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758310200.530.420.31347.6136.5150.59
HexAF53660352A1F15c2533
Octal25712314606552375344563
Binary1010111110100111100110011010110101011111101011100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5366; }

 p { color: rgb(175,83,102); }

 H1.HeaderClassName
 {
   color: #AF5366;
 }
 .AnyTagClassName
 {
   color: #AF5366;
 }
</style>
background-color css

<style>
 a { background-color: #AF5366; }

 a { background-color: rgb(175,83,102); }

 div.DivClassName
 {
   background-color: #AF5366;
 }
 .BgClassName
 {
   background-color: #AF5366;
 }
</style>
border-color css

<style>
 span { border-color: #AF5366; }

 span { border-color: rgb(175,83,102); }

 td.TdClassName
 {
   border-color: #AF5366;
 }
 .TagClassName
 {
   border-color: #AF5366;
 }
</style>