#AF86AA

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

Shades of London Hue #AF86AA

Tints of London Hue #AF86AA

Color information

#AF86AA (or 0xAF86AA) is unknown color: approx London Hue. HEX triplet: AF, 86 and AA. RGB value is (175,134,170). Sum of RGB (Red+Green+Blue) = 175+134+170=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AF86AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF86AA is #507955. Grayscale: #969696. Windows color (decimal): -5273942 or 11175599. OLE color: 11175599.

HSL color Cylindrical-coordinate representation of color #AF86AA: hue angle of 307.32º 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 #AF86AA is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB175134170-
CMYK00.230.030.31
HSL307.32º20.4%60.59%-
HSV(B)307.32º23.43%68.63%-
XYZ33.4629.0741.88-
YUV150.36139.08145.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=36.53%
G=27.97%
B=35.49%

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
Decimal17513417000.230.030.31307.3220.460.59
HexAF86AA01731F133143d
Octal2572062520273374632475
Binary101011111000011010101010010111111111110011001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF86AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF86AA; }

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

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

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

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

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

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

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

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