#A498AE

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

Shades of East Side #A498AE

Tints of East Side #A498AE

Color information

#A498AE (or 0xA498AE) is unknown color: approx East Side. HEX triplet: A4, 98 and AE. RGB value is (164,152,174). Sum of RGB (Red+Green+Blue) = 164+152+174=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 174 - color contains mainly: blue. Hex color #A498AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A498AE is #5B6751. Grayscale: #9E9E9E. Windows color (decimal): -5990226 or 11442340. OLE color: 11442340.

HSL color Cylindrical-coordinate representation of color #A498AE: hue angle of 272.73º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A498AE is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164152174-
CMYK0.060.1300.32
HSL272.73º11.96%63.92%-
HSV(B)272.73º12.64%68.24%-
XYZ34.1833.444.69-
YUV158.1136.98132.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.47%
GREEN value IS 152 (59.77% from 255) = 31.02%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=33.47%
G=31.02%
B=35.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641521740.060.1300.32272.7311.9663.92
HexA498AE6D020111c40
Octal24423025661504042114100
Binary1010010010011000101011101101101010000010001000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A498AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A498AE; }

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

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

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

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

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

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

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

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