#AB97B3

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

Shades of East Side #AB97B3

Tints of East Side #AB97B3

Color information

#AB97B3 (or 0xAB97B3) is unknown color: approx East Side. HEX triplet: AB, 97 and B3. RGB value is (171,151,179). Sum of RGB (Red+Green+Blue) = 171+151+179=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 179 - color contains mainly: blue. Hex color #AB97B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB97B3 is #54684C. Grayscale: #A0A0A0. Windows color (decimal): -5531725 or 11769771. OLE color: 11769771.

HSL color Cylindrical-coordinate representation of color #AB97B3: hue angle of 282.86º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB97B3 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB171151179-
CMYK0.040.1600.30
HSL282.86º15.56%64.71%-
HSV(B)282.86º15.64%70.2%-
XYZ3634.0547.32-
YUV160.17138.63135.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 151 (59.38% from 255) = 30.14%
BLUE value IS 179 (70.31% from 255) = 35.73%
R=34.13%
G=30.14%
B=35.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711511790.040.1600.30282.8615.5664.71
HexAB97B341001E11b1041
Octal25322726342003643320101
Binary10101011100101111011001110010000011110100011011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB97B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB97B3; }

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

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

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

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

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

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

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

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