#AB8BAC

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

Shades of London Hue #AB8BAC

Tints of London Hue #AB8BAC

Color information

#AB8BAC (or 0xAB8BAC) is unknown color: approx London Hue. HEX triplet: AB, 8B and AC. RGB value is (171,139,172). Sum of RGB (Red+Green+Blue) = 171+139+172=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB8BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8BAC is #547453. Grayscale: #989898. Windows color (decimal): -5534804 or 11307947. OLE color: 11307947.

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

Color convert

RGB171139172-
CMYK0.010.1900.33
HSL298.18º16.58%60.98%-
HSV(B)298.18º19.19%67.45%-
XYZ33.4730.143.08-
YUV152.33139.1141.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 139 (54.69% from 255) = 28.84%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=35.48%
G=28.84%
B=35.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711391720.010.1900.33298.1816.5860.98
HexAB8BAC11302112a113d
Octal2532132541230414522175
Binary101010111000101110101100110011010000110010101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8BAC; }

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

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

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

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

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

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

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

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