#AB9EAC

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

Shades of London Hue #AB9EAC

Tints of London Hue #AB9EAC

Color information

#AB9EAC (or 0xAB9EAC) is unknown color: approx London Hue. HEX triplet: AB, 9E and AC. RGB value is (171,158,172). Sum of RGB (Red+Green+Blue) = 171+158+172=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB9EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9EAC is #546153. Grayscale: #A3A3A3. Windows color (decimal): -5529940 or 11312811. OLE color: 11312811.

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

Color convert

RGB171158172-
CMYK0.010.0800.33
HSL295.71º7.78%64.71%-
HSV(B)295.71º8.14%67.45%-
XYZ36.4736.0944.07-
YUV163.48132.81133.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 158 (62.11% from 255) = 31.54%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=34.13%
G=31.54%
B=34.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711581720.010.0800.33295.717.7864.71
HexAB9EAC18021128841
Octal25323625411004145010101
Binary10101011100111101010110011000010000110010100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EAC; }

 p { color: rgb(171,158,172); }

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

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

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

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

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

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

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