#AB96AA

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

Shades of London Hue #AB96AA

Tints of London Hue #AB96AA

Color information

#AB96AA (or 0xAB96AA) is unknown color: approx London Hue. HEX triplet: AB, 96 and AA. RGB value is (171,150,170). Sum of RGB (Red+Green+Blue) = 171+150+170=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 171 - color contains mainly: red. Hex color #AB96AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB96AA is #546955. Grayscale: #9E9E9E. Windows color (decimal): -5531990 or 11179691. OLE color: 11179691.

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

Color convert

RGB171150170-
CMYK00.120.010.33
HSL302.86º11.11%62.94%-
HSV(B)302.86º12.28%67.06%-
XYZ34.9633.3742.63-
YUV158.56134.46136.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 150 (58.98% from 255) = 30.55%
BLUE value IS 170 (66.80% from 255) = 34.62%
R=34.83%
G=30.55%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115017000.120.010.33302.8611.1162.94
HexAB96AA0C12112fb3f
Octal2532262520141414571377
Binary1010101110010110101010100110011000011001011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB96AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB96AA; }

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

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

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

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

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

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

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

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