#AF86A9

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

Shades of London Hue #AF86A9

Tints of London Hue #AF86A9

Color information

#AF86A9 (or 0xAF86A9) is unknown color: approx London Hue. HEX triplet: AF, 86 and A9. RGB value is (175,134,169). Sum of RGB (Red+Green+Blue) = 175+134+169=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF86A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF86A9 is #507956. Grayscale: #969696. Windows color (decimal): -5273943 or 11110063. OLE color: 11110063.

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

Color convert

RGB175134169-
CMYK00.230.030.31
HSL308.78º20.4%60.59%-
HSV(B)308.78º23.43%68.63%-
XYZ33.3729.0341.38-
YUV150.25138.58145.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 134 (52.73% from 255) = 28.03%
BLUE value IS 169 (66.41% from 255) = 35.36%
R=36.61%
G=28.03%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513416900.230.030.31308.7820.460.59
HexAF86A901731F135143d
Octal2572062510273374652475
Binary101011111000011010101001010111111111110011010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF86A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF86A9; }

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

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

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

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

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

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

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

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