#A498AB

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

Shades of East Side #A498AB

Tints of East Side #A498AB

Color information

#A498AB (or 0xA498AB) is unknown color: approx East Side. HEX triplet: A4, 98 and AB. RGB value is (164,152,171). Sum of RGB (Red+Green+Blue) = 164+152+171=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 171 - color contains mainly: blue. Hex color #A498AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A498AB is #5B6754. Grayscale: #9D9D9D. Windows color (decimal): -5990229 or 11245732. OLE color: 11245732.

HSL color Cylindrical-coordinate representation of color #A498AB: hue angle of 277.89º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A498AB is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164152171-
CMYK0.040.1100.33
HSL277.89º10.16%63.33%-
HSV(B)277.89º11.11%67.06%-
XYZ33.8933.2943.17-
YUV157.75135.48132.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 152 (59.77% from 255) = 31.21%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=33.68%
G=31.21%
B=35.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641521710.040.1100.33277.8910.1663.33
HexA498AB4B021116a3f
Octal2442302534130414261277
Binary101001001001100010101011100101101000011000101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A498AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A498AB; }

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

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

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

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

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

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

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

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