#AB97BC

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

Shades of East Side #AB97BC

Tints of East Side #AB97BC

Color information

#AB97BC (or 0xAB97BC) is unknown color: approx East Side. HEX triplet: AB, 97 and BC. RGB value is (171,151,188). Sum of RGB (Red+Green+Blue) = 171+151+188=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB97BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB97BC is #546843. Grayscale: #A1A1A1. Windows color (decimal): -5531716 or 12359595. OLE color: 12359595.

HSL color Cylindrical-coordinate representation of color #AB97BC: hue angle of 272.43º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB97BC is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171151188-
CMYK0.090.2000.26
HSL272.43º21.64%66.47%-
HSV(B)272.43º19.68%73.73%-
XYZ36.9434.4252.27-
YUV161.2143.13134.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 188 (73.83% from 255) = 36.86%
R=33.53%
G=29.61%
B=36.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711511880.090.2000.26272.4321.6466.47
HexAB97BC91401A1101642
Octal253227274112403242026102
Binary101010111001011110111100100110100011010100010000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB97BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB97BC; }

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

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

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

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

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

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

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

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