#A594AA

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

Shades of East Side #A594AA

Tints of East Side #A594AA

Color information

#A594AA (or 0xA594AA) is unknown color: approx East Side. HEX triplet: A5, 94 and AA. RGB value is (165,148,170). Sum of RGB (Red+Green+Blue) = 165+148+170=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 170 - color contains mainly: blue. Hex color #A594AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A594AA is #5A6B55. Grayscale: #9B9B9B. Windows color (decimal): -5925718 or 11179173. OLE color: 11179173.

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

Color convert

RGB165148170-
CMYK0.030.1300.33
HSL286.36º11.46%62.35%-
HSV(B)286.36º12.94%66.67%-
XYZ33.3632.0842.46-
YUV155.59136.13134.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 148 (58.20% from 255) = 30.64%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=34.16%
G=30.64%
B=35.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651481700.030.1300.33286.3611.4662.35
HexA594AA3D02111eb3e
Octal2452242523150414361376
Binary10100101100101001010101011110101000011000111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A594AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A594AA; }

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

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

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

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

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

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

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

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