#A594AD

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

Shades of East Side #A594AD

Tints of East Side #A594AD

Color information

#A594AD (or 0xA594AD) is unknown color: approx East Side. HEX triplet: A5, 94 and AD. RGB value is (165,148,173). Sum of RGB (Red+Green+Blue) = 165+148+173=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 173 - color contains mainly: blue. Hex color #A594AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A594AD is #5A6B52. Grayscale: #9B9B9B. Windows color (decimal): -5925715 or 11375781. OLE color: 11375781.

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

Color convert

RGB165148173-
CMYK0.050.1400.32
HSL280.8º13.23%62.94%-
HSV(B)280.8º14.45%67.84%-
XYZ33.6532.243.98-
YUV155.93137.63134.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 148 (58.20% from 255) = 30.45%
BLUE value IS 173 (67.97% from 255) = 35.60%
R=33.95%
G=30.45%
B=35.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651481730.050.1400.32280.813.2362.94
HexA594AD5E020119d3f
Octal2452242555160404311577
Binary101001011001010010101101101111001000001000110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A594AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A594AD; }

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

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

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

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

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

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

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

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