#AB98B5

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

Shades of East Side #AB98B5

Tints of East Side #AB98B5

Color information

#AB98B5 (or 0xAB98B5) is unknown color: approx East Side. HEX triplet: AB, 98 and B5. RGB value is (171,152,181). Sum of RGB (Red+Green+Blue) = 171+152+181=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB98B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98B5 is #54674A. Grayscale: #A0A0A0. Windows color (decimal): -5531467 or 11901099. OLE color: 11901099.

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

Color convert

RGB171152181-
CMYK0.060.1600.29
HSL279.31º16.38%65.29%-
HSV(B)279.31º16.02%70.98%-
XYZ36.3634.4548.45-
YUV160.99139.29135.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 152 (59.77% from 255) = 30.16%
BLUE value IS 181 (71.09% from 255) = 35.91%
R=33.93%
G=30.16%
B=35.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711521810.060.1600.29279.3116.3865.29
HexAB98B561001D1171041
Octal25323026562003542720101
Binary10101011100110001011010111010000011101100010111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB98B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB98B5; }

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

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

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

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

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

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

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

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