#AB97BB

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

Shades of East Side #AB97BB

Tints of East Side #AB97BB

Color information

#AB97BB (or 0xAB97BB) is unknown color: approx East Side. HEX triplet: AB, 97 and BB. RGB value is (171,151,187). Sum of RGB (Red+Green+Blue) = 171+151+187=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB97BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB97BB is #546844. Grayscale: #A0A0A0. Windows color (decimal): -5531717 or 12294059. OLE color: 12294059.

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

Color convert

RGB171151187-
CMYK0.090.1900.27
HSL273.33º20.93%66.27%-
HSV(B)273.33º19.25%73.33%-
XYZ36.8334.3851.71-
YUV161.08142.63135.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.60%
GREEN value IS 151 (59.38% from 255) = 29.67%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=33.60%
G=29.67%
B=36.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711511870.090.1900.27273.3320.9366.27
HexAB97BB91301B1111542
Octal253227273112303342125102
Binary101010111001011110111011100110011011011100010001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB97BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB97BB; }

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

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

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

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

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

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

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

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