#A592AA

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

Shades of East Side #A592AA

Tints of East Side #A592AA

Color information

#A592AA (or 0xA592AA) is unknown color: approx East Side. HEX triplet: A5, 92 and AA. RGB value is (165,146,170). Sum of RGB (Red+Green+Blue) = 165+146+170=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 170 - color contains mainly: blue. Hex color #A592AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A592AA is #5A6D55. Grayscale: #9A9A9A. Windows color (decimal): -5926230 or 11178661. OLE color: 11178661.

HSL color Cylindrical-coordinate representation of color #A592AA: hue angle of 287.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A592AA is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165146170-
CMYK0.030.1400.33
HSL287.5º12.37%61.96%-
HSV(B)287.5º14.12%66.67%-
XYZ33.0531.4642.36-
YUV154.42136.79135.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 146 (57.42% from 255) = 30.35%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=34.30%
G=30.35%
B=35.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651461700.030.1400.33287.512.3761.96
HexA592AA3E021120c3e
Octal2452222523160414401476
Binary10100101100100101010101011111001000011001000001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A592AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A592AA; }

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

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

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

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

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

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

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

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