#AF8DA9

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

Shades of London Hue #AF8DA9

Tints of London Hue #AF8DA9

Color information

#AF8DA9 (or 0xAF8DA9) is unknown color: approx London Hue. HEX triplet: AF, 8D and A9. RGB value is (175,141,169). Sum of RGB (Red+Green+Blue) = 175+141+169=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8DA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8DA9 is #507256. Grayscale: #9A9A9A. Windows color (decimal): -5272151 or 11111855. OLE color: 11111855.

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

Color convert

RGB175141169-
CMYK00.190.030.31
HSL310.59º17.53%61.96%-
HSV(B)310.59º19.43%68.63%-
XYZ34.3731.0341.71-
YUV154.36136.26142.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 141 (55.47% from 255) = 29.07%
BLUE value IS 169 (66.41% from 255) = 34.85%
R=36.08%
G=29.07%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514116900.190.030.31310.5917.5361.96
HexAF8DA901331F137123e
Octal2572152510233374672276
Binary101011111000110110101001010011111111110011011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8DA9; }

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

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

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

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

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

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

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

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