#AF8DAB

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

Shades of London Hue #AF8DAB

Tints of London Hue #AF8DAB

Color information

#AF8DAB (or 0xAF8DAB) is unknown color: approx London Hue. HEX triplet: AF, 8D and AB. RGB value is (175,141,171). Sum of RGB (Red+Green+Blue) = 175+141+171=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8DAB is #507254. Grayscale: #9A9A9A. Windows color (decimal): -5272149 or 11242927. OLE color: 11242927.

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

Color convert

RGB175141171-
CMYK00.190.020.31
HSL307.06º17.53%61.96%-
HSV(B)307.06º19.43%68.63%-
XYZ34.5531.142.71-
YUV154.59137.26142.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 141 (55.47% from 255) = 28.95%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=35.93%
G=28.95%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514117100.190.020.31307.0617.5361.96
HexAF8DAB01321F133123e
Octal2572152530232374632276
Binary101011111000110110101011010011101111110011001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8DAB; }

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

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

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

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

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

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

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

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