#AB8AAA

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

Shades of London Hue #AB8AAA

Tints of London Hue #AB8AAA

Color information

#AB8AAA (or 0xAB8AAA) is unknown color: approx London Hue. HEX triplet: AB, 8A and AA. RGB value is (171,138,170). Sum of RGB (Red+Green+Blue) = 171+138+170=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8AAA is #547555. Grayscale: #979797. Windows color (decimal): -5535062 or 11176619. OLE color: 11176619.

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

Color convert

RGB171138170-
CMYK00.190.010.33
HSL301.82º16.42%60.59%-
HSV(B)301.82º19.3%67.06%-
XYZ33.1429.7442.02-
YUV151.51138.43141.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.70%
GREEN value IS 138 (54.30% from 255) = 28.81%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=35.70%
G=28.81%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113817000.190.010.33301.8216.4260.59
HexAB8AAA01312112e103d
Octal2532122520231414562075
Binary101010111000101010101010010011110000110010111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8AAA; }

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

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

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

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

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

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

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

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