#AB97BA

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

Shades of East Side #AB97BA

Tints of East Side #AB97BA

Color information

#AB97BA (or 0xAB97BA) is unknown color: approx East Side. HEX triplet: AB, 97 and BA. RGB value is (171,151,186). Sum of RGB (Red+Green+Blue) = 171+151+186=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB97BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB97BA is #546845. Grayscale: #A0A0A0. Windows color (decimal): -5531718 or 12228523. OLE color: 12228523.

HSL color Cylindrical-coordinate representation of color #AB97BA: hue angle of 274.29º degrees, saturation: 0.2, 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 #AB97BA is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171151186-
CMYK0.080.1900.27
HSL274.29º20.23%66.08%-
HSV(B)274.29º18.82%72.94%-
XYZ36.7234.3451.15-
YUV160.97142.13135.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 151 (59.38% from 255) = 29.72%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=33.66%
G=29.72%
B=36.61%

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
Decimal1711511860.080.1900.27274.2920.2366.08
HexAB97BA81301B1121442
Octal253227272102303342224102
Binary101010111001011110111010100010011011011100010010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB97BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB97BA; }

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

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

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

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

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

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

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

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