#AF8CA9

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

Shades of London Hue #AF8CA9

Tints of London Hue #AF8CA9

Color information

#AF8CA9 (or 0xAF8CA9) is unknown color: approx London Hue. HEX triplet: AF, 8C and A9. RGB value is (175,140,169). Sum of RGB (Red+Green+Blue) = 175+140+169=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 169 (66.41% from 255 or 34.92% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8CA9 is #507356. Grayscale: #999999. Windows color (decimal): -5272407 or 11111599. OLE color: 11111599.

HSL color Cylindrical-coordinate representation of color #AF8CA9: hue angle of 310.29º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF8CA9 is Cyan = 0, Magento = 0.2, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB175140169-
CMYK00.20.030.31
HSL310.29º17.95%61.76%-
HSV(B)310.29º20%68.63%-
XYZ34.2230.7341.66-
YUV153.77136.6143.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 140 (55.08% from 255) = 28.93%
BLUE value IS 169 (66.41% from 255) = 34.92%
R=36.16%
G=28.93%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514016900.20.030.31310.2917.9561.76
HexAF8CA901431F136123e
Octal2572142510243374662276
Binary101011111000110010101001010100111111110011011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8CA9; }

 p { color: rgb(175,140,169); }

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

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

 a { background-color: rgb(175,140,169); }

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

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

 span { border-color: rgb(175,140,169); }

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