#AB96B5

Color #AB96B5 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AB96B5

Tints of East Side #AB96B5

Color information

#AB96B5 (or 0xAB96B5) is unknown color: approx East Side. HEX triplet: AB, 96 and B5. RGB value is (171,150,181). Sum of RGB (Red+Green+Blue) = 171+150+181=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB96B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96B5 is #54694A. Grayscale: #9F9F9F. Windows color (decimal): -5531979 or 11900587. OLE color: 11900587.

HSL color Cylindrical-coordinate representation of color #AB96B5: hue angle of 280.65º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AB96B5 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171150181-
CMYK0.060.1700.29
HSL280.65º17.32%64.9%-
HSV(B)280.65º17.13%70.98%-
XYZ36.0433.8148.34-
YUV159.81139.96135.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.06%
GREEN value IS 150 (58.98% from 255) = 29.88%
BLUE value IS 181 (71.09% from 255) = 36.06%
R=34.06%
G=29.88%
B=36.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711501810.060.1700.29280.6517.3264.9
HexAB96B561101D1191141
Octal25322626562103543121101
Binary10101011100101101011010111010001011101100011001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB96B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB96B5; }

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

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

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

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

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

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

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

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