#AB7CAB

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

Shades of London Hue #AB7CAB

Tints of London Hue #AB7CAB

Color information

#AB7CAB (or 0xAB7CAB) is unknown color: approx London Hue. HEX triplet: AB, 7C and AB. RGB value is (171,124,171). Sum of RGB (Red+Green+Blue) = 171+124+171=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB7CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7CAB is #548354. Grayscale: #8F8F8F. Windows color (decimal): -5538645 or 11238571. OLE color: 11238571.

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

Color convert

RGB171124171-
CMYK00.2700.33
HSL300º21.86%57.84%-
HSV(B)300º27.49%67.06%-
XYZ31.3526.0141.9-
YUV143.41143.57147.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.70%
GREEN value IS 124 (48.83% from 255) = 26.61%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=36.70%
G=26.61%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112417100.2700.3330021.8657.84
HexAB7CAB01B02112c163a
Octal2531742530330414542672
Binary10101011111110010101011011011010000110010110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7CAB; }

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

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

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

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

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

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

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

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