#A492AE

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

Shades of East Side #A492AE

Tints of East Side #A492AE

Color information

#A492AE (or 0xA492AE) is unknown color: approx East Side. HEX triplet: A4, 92 and AE. RGB value is (164,146,174). Sum of RGB (Red+Green+Blue) = 164+146+174=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #A492AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A492AE is #5B6D51. Grayscale: #9A9A9A. Windows color (decimal): -5991762 or 11440804. OLE color: 11440804.

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

Color convert

RGB164146174-
CMYK0.060.1600.32
HSL278.57º14.74%62.75%-
HSV(B)278.57º16.09%68.24%-
XYZ33.2331.5144.37-
YUV154.57138.96134.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.88%
GREEN value IS 146 (57.42% from 255) = 30.17%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=33.88%
G=30.17%
B=35.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641461740.060.1600.32278.5714.7462.75
HexA492AE610020117f3f
Octal2442222566200404271777
Binary1010010010010010101011101101000001000001000101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A492AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A492AE; }

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

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

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

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

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

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

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

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