#AF8AA9

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

Shades of London Hue #AF8AA9

Tints of London Hue #AF8AA9

Color information

#AF8AA9 (or 0xAF8AA9) is unknown color: approx London Hue. HEX triplet: AF, 8A and A9. RGB value is (175,138,169). Sum of RGB (Red+Green+Blue) = 175+138+169=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8AA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8AA9 is #507556. Grayscale: #989898. Windows color (decimal): -5272919 or 11111087. OLE color: 11111087.

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

Color convert

RGB175138169-
CMYK00.210.030.31
HSL309.73º18.78%61.37%-
HSV(B)309.73º21.14%68.63%-
XYZ33.9330.1641.57-
YUV152.6137.26143.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 138 (54.30% from 255) = 28.63%
BLUE value IS 169 (66.41% from 255) = 35.06%
R=36.31%
G=28.63%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513816900.210.030.31309.7318.7861.37
HexAF8AA901531F136133d
Octal2572122510253374662375
Binary101011111000101010101001010101111111110011011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8AA9; }

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

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

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

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

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

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

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

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