#AB81AA

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

Shades of London Hue #AB81AA

Tints of London Hue #AB81AA

Color information

#AB81AA (or 0xAB81AA) is unknown color: approx London Hue. HEX triplet: AB, 81 and AA. RGB value is (171,129,170). Sum of RGB (Red+Green+Blue) = 171+129+170=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 171 - color contains mainly: red. Hex color #AB81AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB81AA is #547E55. Grayscale: #929292. Windows color (decimal): -5537366 or 11174315. OLE color: 11174315.

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

Color convert

RGB171129170-
CMYK00.250.010.33
HSL301.43º20%58.82%-
HSV(B)301.43º24.56%67.06%-
XYZ31.927.2641.61-
YUV146.23141.41145.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.38%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=36.38%
G=27.45%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112917000.250.010.33301.432058.82
HexAB81AA01912112d143b
Octal2532012520311414552473
Binary101010111000000110101010011001110000110010110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB81AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB81AA; }

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

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

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

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

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

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

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

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