#AB7CA6

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

Shades of London Hue #AB7CA6

Tints of London Hue #AB7CA6

Color information

#AB7CA6 (or 0xAB7CA6) is unknown color: approx London Hue. HEX triplet: AB, 7C and A6. RGB value is (171,124,166). Sum of RGB (Red+Green+Blue) = 171+124+166=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7CA6 is #548359. Grayscale: #8E8E8E. Windows color (decimal): -5538650 or 10910891. OLE color: 10910891.

HSL color Cylindrical-coordinate representation of color #AB7CA6: hue angle of 306.38º 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 #AB7CA6 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB171124166-
CMYK00.270.030.33
HSL306.38º21.86%57.84%-
HSV(B)306.38º27.49%67.06%-
XYZ30.8925.8339.43-
YUV142.84141.07148.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.09%
GREEN value IS 124 (48.83% from 255) = 26.90%
BLUE value IS 166 (65.23% from 255) = 36.01%
R=37.09%
G=26.90%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112416600.270.030.33306.3821.8657.84
HexAB7CA601B321132163a
Octal2531742460333414622672
Binary101010111111100101001100110111110000110011001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7CA6; }

 p { color: rgb(171,124,166); }

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

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

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

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

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

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

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