#A594AC

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

Shades of East Side #A594AC

Tints of East Side #A594AC

Color information

#A594AC (or 0xA594AC) is unknown color: approx East Side. HEX triplet: A5, 94 and AC. RGB value is (165,148,172). Sum of RGB (Red+Green+Blue) = 165+148+172=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 172 - color contains mainly: blue. Hex color #A594AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A594AC is #5A6B53. Grayscale: #9B9B9B. Windows color (decimal): -5925716 or 11310245. OLE color: 11310245.

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

Color convert

RGB165148172-
CMYK0.040.1400.33
HSL282.5º12.63%62.75%-
HSV(B)282.5º13.95%67.45%-
XYZ33.5532.1643.47-
YUV155.82137.13134.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.02%
GREEN value IS 148 (58.20% from 255) = 30.52%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=34.02%
G=30.52%
B=35.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651481720.040.1400.33282.512.6362.75
HexA594AC4E02111ad3f
Octal2452242544160414321577
Binary101001011001010010101100100111001000011000110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A594AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A594AC; }

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

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

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

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

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

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

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

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