#AB8FAB

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

Shades of London Hue #AB8FAB

Tints of London Hue #AB8FAB

Color information

#AB8FAB (or 0xAB8FAB) is unknown color: approx London Hue. HEX triplet: AB, 8F and AB. RGB value is (171,143,171). Sum of RGB (Red+Green+Blue) = 171+143+171=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB8FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8FAB is #547054. Grayscale: #9A9A9A. Windows color (decimal): -5533781 or 11243435. OLE color: 11243435.

HSL color Cylindrical-coordinate representation of color #AB8FAB: hue angle of 300º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB8FAB is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB171143171-
CMYK00.1600.33
HSL300º14.29%61.57%-
HSV(B)300º16.37%67.06%-
XYZ33.9731.2442.77-
YUV154.56137.28139.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 143 (56.25% from 255) = 29.48%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=35.26%
G=29.48%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114317100.1600.3330014.2961.57
HexAB8FAB01002112ce3e
Octal2532172530200414541676
Binary10101011100011111010101101000001000011001011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8FAB; }

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

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

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

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

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

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

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

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