#AB7EAE

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

Shades of London Hue #AB7EAE

Tints of London Hue #AB7EAE

Color information

#AB7EAE (or 0xAB7EAE) is unknown color: approx London Hue. HEX triplet: AB, 7E and AE. RGB value is (171,126,174). Sum of RGB (Red+Green+Blue) = 171+126+174=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB7EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7EAE is #548151. Grayscale: #909090. Windows color (decimal): -5538130 or 11435691. OLE color: 11435691.

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

Color convert

RGB171126174-
CMYK0.020.2800.32
HSL296.25º22.86%58.82%-
HSV(B)296.25º27.59%68.24%-
XYZ31.926.6443.5-
YUV144.93144.41146.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.31%
GREEN value IS 126 (49.61% from 255) = 26.75%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=36.31%
G=26.75%
B=36.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711261740.020.2800.32296.2522.8658.82
HexAB7EAE21C020128173b
Octal2531762562340404502773
Binary101010111111110101011101011100010000010010100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7EAE; }

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

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

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

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

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

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

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

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