#A592AE

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

Shades of East Side #A592AE

Tints of East Side #A592AE

Color information

#A592AE (or 0xA592AE) is unknown color: approx East Side. HEX triplet: A5, 92 and AE. RGB value is (165,146,174). Sum of RGB (Red+Green+Blue) = 165+146+174=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 174 - color contains mainly: blue. Hex color #A592AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A592AE is #5A6D51. Grayscale: #9A9A9A. Windows color (decimal): -5926226 or 11440805. OLE color: 11440805.

HSL color Cylindrical-coordinate representation of color #A592AE: hue angle of 280.71º 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 #A592AE is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB165146174-
CMYK0.050.1600.32
HSL280.71º14.74%62.75%-
HSV(B)280.71º16.09%68.24%-
XYZ33.4431.6144.38-
YUV154.87138.79135.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.02%
GREEN value IS 146 (57.42% from 255) = 30.10%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=34.02%
G=30.10%
B=35.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651461740.050.1600.32280.7114.7462.75
HexA592AE510020119f3f
Octal2452222565200404311777
Binary1010010110010010101011101011000001000001000110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A592AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A592AE; }

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

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

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

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

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

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

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

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