#AB7EAA

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

Shades of London Hue #AB7EAA

Tints of London Hue #AB7EAA

Color information

#AB7EAA (or 0xAB7EAA) is unknown color: approx London Hue. HEX triplet: AB, 7E and AA. RGB value is (171,126,170). Sum of RGB (Red+Green+Blue) = 171+126+170=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7EAA is #548155. Grayscale: #909090. Windows color (decimal): -5538134 or 11173547. OLE color: 11173547.

HSL color Cylindrical-coordinate representation of color #AB7EAA: hue angle of 301.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB7EAA is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB171126170-
CMYK00.260.010.33
HSL301.33º21.13%58.24%-
HSV(B)301.33º26.32%67.06%-
XYZ31.5126.4841.48-
YUV144.47142.41146.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 126 (49.61% from 255) = 26.98%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=36.62%
G=26.98%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112617000.260.010.33301.3321.1358.24
HexAB7EAA01A12112d153a
Octal2531762520321414552572
Binary10101011111111010101010011010110000110010110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7EAA; }

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

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

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

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

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

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

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

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