#AB93AA

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

Shades of London Hue #AB93AA

Tints of London Hue #AB93AA

Color information

#AB93AA (or 0xAB93AA) is unknown color: approx London Hue. HEX triplet: AB, 93 and AA. RGB value is (171,147,170). Sum of RGB (Red+Green+Blue) = 171+147+170=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #AB93AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB93AA is #546C55. Grayscale: #9C9C9C. Windows color (decimal): -5532758 or 11178923. OLE color: 11178923.

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

Color convert

RGB171147170-
CMYK00.140.010.33
HSL302.5º12.5%62.35%-
HSV(B)302.5º14.04%67.06%-
XYZ34.4832.4342.47-
YUV156.8135.45138.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 147 (57.81% from 255) = 30.12%
BLUE value IS 170 (66.80% from 255) = 34.84%
R=35.04%
G=30.12%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114717000.140.010.33302.512.562.35
HexAB93AA0E12112ec3e
Octal2532232520161414561476
Binary1010101110010011101010100111011000011001011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB93AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB93AA; }

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

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

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

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

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

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

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

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