#AB7AAB

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

Shades of London Hue #AB7AAB

Tints of London Hue #AB7AAB

Color information

#AB7AAB (or 0xAB7AAB) is unknown color: approx London Hue. HEX triplet: AB, 7A and AB. RGB value is (171,122,171). Sum of RGB (Red+Green+Blue) = 171+122+171=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB7AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7AAB is #548554. Grayscale: #8E8E8E. Windows color (decimal): -5539157 or 11238059. OLE color: 11238059.

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

Color convert

RGB171122171-
CMYK00.2900.33
HSL300º22.58%57.45%-
HSV(B)300º28.65%67.06%-
XYZ31.125.5241.81-
YUV142.24144.23148.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 122 (48.05% from 255) = 26.29%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=36.85%
G=26.29%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112217100.2900.3330022.5857.45
HexAB7AAB01D02112c1739
Octal2531722530350414542771
Binary10101011111101010101011011101010000110010110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7AAB; }

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

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

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

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

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

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

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

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