#AB8FAF

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

Shades of London Hue #AB8FAF

Tints of London Hue #AB8FAF

Color information

#AB8FAF (or 0xAB8FAF) is unknown color: approx London Hue. HEX triplet: AB, 8F and AF. RGB value is (171,143,175). Sum of RGB (Red+Green+Blue) = 171+143+175=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB8FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8FAF is #547050. Grayscale: #9A9A9A. Windows color (decimal): -5533777 or 11505579. OLE color: 11505579.

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

Color convert

RGB171143175-
CMYK0.020.1800.31
HSL292.5º16.67%62.35%-
HSV(B)292.5º18.29%68.63%-
XYZ34.3531.444.81-
YUV155.02139.28139.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 143 (56.25% from 255) = 29.24%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=34.97%
G=29.24%
B=35.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711431750.020.1800.31292.516.6762.35
HexAB8FAF21201F124113e
Octal2532172572220374442176
Binary101010111000111110101111101001001111110010010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8FAF; }

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

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

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

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

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

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

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

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