#AB96BA

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

Shades of East Side #AB96BA

Tints of East Side #AB96BA

Color information

#AB96BA (or 0xAB96BA) is unknown color: approx East Side. HEX triplet: AB, 96 and BA. RGB value is (171,150,186). Sum of RGB (Red+Green+Blue) = 171+150+186=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB96BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96BA is #546945. Grayscale: #A0A0A0. Windows color (decimal): -5531974 or 12228267. OLE color: 12228267.

HSL color Cylindrical-coordinate representation of color #AB96BA: hue angle of 275º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB96BA is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171150186-
CMYK0.080.1900.27
HSL275º20.69%65.88%-
HSV(B)275º19.35%72.94%-
XYZ36.5634.0251.09-
YUV160.38142.46135.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.73%
GREEN value IS 150 (58.98% from 255) = 29.59%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=33.73%
G=29.59%
B=36.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711501860.080.1900.2727520.6965.88
HexAB96BA81301B1131542
Octal253226272102303342325102
Binary101010111001011010111010100010011011011100010011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB96BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB96BA; }

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

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

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

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

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

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

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

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