#AB97B6

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

Shades of East Side #AB97B6

Tints of East Side #AB97B6

Color information

#AB97B6 (or 0xAB97B6) is unknown color: approx East Side. HEX triplet: AB, 97 and B6. RGB value is (171,151,182). Sum of RGB (Red+Green+Blue) = 171+151+182=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 182 - color contains mainly: blue. Hex color #AB97B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB97B6 is #546849. Grayscale: #A0A0A0. Windows color (decimal): -5531722 or 11966379. OLE color: 11966379.

HSL color Cylindrical-coordinate representation of color #AB97B6: hue angle of 278.71º degrees, saturation: 0.18, 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 #AB97B6 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171151182-
CMYK0.060.1700.29
HSL278.71º17.51%65.29%-
HSV(B)278.71º17.03%71.37%-
XYZ36.334.1748.94-
YUV160.51140.13135.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 151 (59.38% from 255) = 29.96%
BLUE value IS 182 (71.48% from 255) = 36.11%
R=33.93%
G=29.96%
B=36.11%

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
Decimal1711511820.060.1700.29278.7117.5165.29
HexAB97B661101D1171241
Octal25322726662103542722101
Binary10101011100101111011011011010001011101100010111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB97B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB97B6; }

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

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

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

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

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

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

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

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