#AB8AB0

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

Shades of London Hue #AB8AB0

Tints of London Hue #AB8AB0

Color information

#AB8AB0 (or 0xAB8AB0) is unknown color: approx London Hue. HEX triplet: AB, 8A and B0. RGB value is (171,138,176). Sum of RGB (Red+Green+Blue) = 171+138+176=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB8AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8AB0 is #54754F. Grayscale: #989898. Windows color (decimal): -5535056 or 11569835. OLE color: 11569835.

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

Color convert

RGB171138176-
CMYK0.030.2200.31
HSL292.11º19.39%61.57%-
HSV(B)292.11º21.59%69.02%-
XYZ33.7229.9745.08-
YUV152.2141.43141.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 138 (54.30% from 255) = 28.45%
BLUE value IS 176 (69.14% from 255) = 36.29%
R=35.26%
G=28.45%
B=36.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711381760.030.2200.31292.1119.3961.57
HexAB8AB031601F124133e
Octal2532122603260374442376
Binary101010111000101010110000111011001111110010010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8AB0; }

 p { color: rgb(171,138,176); }

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

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

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

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

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

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

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