#AB7BAE

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

Shades of London Hue #AB7BAE

Tints of London Hue #AB7BAE

Color information

#AB7BAE (or 0xAB7BAE) is unknown color: approx London Hue. HEX triplet: AB, 7B and AE. RGB value is (171,123,174). Sum of RGB (Red+Green+Blue) = 171+123+174=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7BAE is #548451. Grayscale: #8F8F8F. Windows color (decimal): -5538898 or 11434923. OLE color: 11434923.

HSL color Cylindrical-coordinate representation of color #AB7BAE: hue angle of 296.47º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7BAE is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB171123174-
CMYK0.020.2900.32
HSL296.47º23.94%58.24%-
HSV(B)296.47º29.31%68.24%-
XYZ31.5225.8843.38-
YUV143.17145.4147.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.54%
GREEN value IS 123 (48.44% from 255) = 26.28%
BLUE value IS 174 (68.36% from 255) = 37.18%
R=36.54%
G=26.28%
B=37.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711231740.020.2900.32296.4723.9458.24
HexAB7BAE21D020128183a
Octal2531732562350404503072
Binary101010111111011101011101011101010000010010100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7BAE; }

 p { color: rgb(171,123,174); }

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

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

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

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

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

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

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