#AB97C0

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

Shades of East Side #AB97C0

Tints of East Side #AB97C0

Color information

#AB97C0 (or 0xAB97C0) is unknown color: approx East Side. HEX triplet: AB, 97 and C0. RGB value is (171,151,192). Sum of RGB (Red+Green+Blue) = 171+151+192=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB97C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB97C0 is #54683F. Grayscale: #A1A1A1. Windows color (decimal): -5531712 or 12621739. OLE color: 12621739.

HSL color Cylindrical-coordinate representation of color #AB97C0: hue angle of 269.27º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB97C0 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171151192-
CMYK0.110.2100.25
HSL269.27º24.55%67.25%-
HSV(B)269.27º21.35%75.29%-
XYZ37.3834.654.58-
YUV161.65145.13134.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.27%
GREEN value IS 151 (59.38% from 255) = 29.38%
BLUE value IS 192 (75.39% from 255) = 37.35%
R=33.27%
G=29.38%
B=37.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711511920.110.2100.25269.2724.5567.25
HexAB97C0B1501910d1943
Octal253227300132503141531103
Binary101010111001011111000000101110101011001100001101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB97C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB97C0; }

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

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

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

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

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

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

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

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