#AB98BA

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

Shades of East Side #AB98BA

Tints of East Side #AB98BA

Color information

#AB98BA (or 0xAB98BA) is unknown color: approx East Side. HEX triplet: AB, 98 and BA. RGB value is (171,152,186). Sum of RGB (Red+Green+Blue) = 171+152+186=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB98BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98BA is #546745. Grayscale: #A1A1A1. Windows color (decimal): -5531462 or 12228779. OLE color: 12228779.

HSL color Cylindrical-coordinate representation of color #AB98BA: hue angle of 273.53º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB98BA is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171152186-
CMYK0.080.1800.27
HSL273.53º19.77%66.27%-
HSV(B)273.53º18.28%72.94%-
XYZ36.8934.6651.2-
YUV161.56141.79134.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.60%
GREEN value IS 152 (59.77% from 255) = 29.86%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=33.60%
G=29.86%
B=36.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711521860.080.1800.27273.5319.7766.27
HexAB98BA81201B1121442
Octal253230272102203342224102
Binary101010111001100010111010100010010011011100010010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB98BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB98BA; }

 p { color: rgb(171,152,186); }

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

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

 a { background-color: rgb(171,152,186); }

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

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

 span { border-color: rgb(171,152,186); }

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