#AB96B3

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

Shades of East Side #AB96B3

Tints of East Side #AB96B3

Color information

#AB96B3 (or 0xAB96B3) is unknown color: approx East Side. HEX triplet: AB, 96 and B3. RGB value is (171,150,179). Sum of RGB (Red+Green+Blue) = 171+150+179=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 179 - color contains mainly: blue. Hex color #AB96B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96B3 is #54694C. Grayscale: #9F9F9F. Windows color (decimal): -5531981 or 11769515. OLE color: 11769515.

HSL color Cylindrical-coordinate representation of color #AB96B3: hue angle of 283.45º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB96B3 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB171150179-
CMYK0.040.1600.30
HSL283.45º16.02%64.51%-
HSV(B)283.45º16.2%70.2%-
XYZ35.8433.7347.27-
YUV159.58138.96136.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.2%
GREEN value IS 150 (58.98% from 255) = 30%
BLUE value IS 179 (70.31% from 255) = 35.8%
R=34.2%
G=30%
B=35.8%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711501790.040.1600.30283.4516.0264.51
HexAB96B341001E11b1041
Octal25322626342003643320101
Binary10101011100101101011001110010000011110100011011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB96B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB96B3; }

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

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

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

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

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

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

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

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