#AB83AA

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

Shades of London Hue #AB83AA

Tints of London Hue #AB83AA

Color information

#AB83AA (or 0xAB83AA) is unknown color: approx London Hue. HEX triplet: AB, 83 and AA. RGB value is (171,131,170). Sum of RGB (Red+Green+Blue) = 171+131+170=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #AB83AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB83AA is #547C55. Grayscale: #939393. Windows color (decimal): -5536854 or 11174827. OLE color: 11174827.

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

Color convert

RGB171131170-
CMYK00.230.010.33
HSL301.5º19.23%59.22%-
HSV(B)301.5º23.39%67.06%-
XYZ32.1727.7941.7-
YUV147.41140.75144.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 131 (51.56% from 255) = 27.75%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=36.23%
G=27.75%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113117000.230.010.33301.519.2359.22
HexAB83AA01712112e133b
Octal2532032520271414562373
Binary101010111000001110101010010111110000110010111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB83AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB83AA; }

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

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

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

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

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

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

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

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