#AB96AD

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

Shades of London Hue #AB96AD

Tints of London Hue #AB96AD

Color information

#AB96AD (or 0xAB96AD) is unknown color: approx London Hue. HEX triplet: AB, 96 and AD. RGB value is (171,150,173). Sum of RGB (Red+Green+Blue) = 171+150+173=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB96AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB96AD is #546952. Grayscale: #9E9E9E. Windows color (decimal): -5531987 or 11376299. OLE color: 11376299.

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

Color convert

RGB171150173-
CMYK0.010.1300.32
HSL294.78º12.3%63.33%-
HSV(B)294.78º13.29%67.84%-
XYZ35.2433.4944.14-
YUV158.9135.96136.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 150 (58.98% from 255) = 30.36%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=34.62%
G=30.36%
B=35.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711501730.010.1300.32294.7812.363.33
HexAB96AD1D020127c3f
Octal2532262551150404471477
Binary1010101110010110101011011110101000001001001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB96AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB96AD; }

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

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

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

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

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

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

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

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