#AB7DAC

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

Shades of London Hue #AB7DAC

Tints of London Hue #AB7DAC

Color information

#AB7DAC (or 0xAB7DAC) is unknown color: approx London Hue. HEX triplet: AB, 7D and AC. RGB value is (171,125,172). Sum of RGB (Red+Green+Blue) = 171+125+172=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB7DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7DAC is #548253. Grayscale: #8F8F8F. Windows color (decimal): -5538388 or 11304363. OLE color: 11304363.

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

Color convert

RGB171125172-
CMYK0.010.2700.33
HSL298.72º22.07%58.24%-
HSV(B)298.72º27.33%67.45%-
XYZ31.5726.342.44-
YUV144.11143.74147.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.54%
GREEN value IS 125 (49.22% from 255) = 26.71%
BLUE value IS 172 (67.58% from 255) = 36.75%
R=36.54%
G=26.71%
B=36.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711251720.010.2700.33298.7222.0758.24
HexAB7DAC11B02112b163a
Octal2531752541330414532672
Binary10101011111110110101100111011010000110010101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7DAC; }

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

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

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

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

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

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

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

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