#A590AC

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

Shades of East Side #A590AC

Tints of East Side #A590AC

Color information

#A590AC (or 0xA590AC) is unknown color: approx East Side. HEX triplet: A5, 90 and AC. RGB value is (165,144,172). Sum of RGB (Red+Green+Blue) = 165+144+172=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 172 - color contains mainly: blue. Hex color #A590AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A590AC is #5A6F53. Grayscale: #999999. Windows color (decimal): -5926740 or 11309221. OLE color: 11309221.

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

Color convert

RGB165144172-
CMYK0.040.1600.33
HSL285º14.43%61.96%-
HSV(B)285º16.28%67.45%-
XYZ32.9430.9243.26-
YUV153.47138.46136.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 144 (56.64% from 255) = 29.94%
BLUE value IS 172 (67.58% from 255) = 35.76%
R=34.30%
G=29.94%
B=35.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651441720.040.1600.3328514.4361.96
HexA590AC41002111de3e
Octal2452202544200414351676
Binary1010010110010000101011001001000001000011000111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A590AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A590AC; }

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

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

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

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

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

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

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

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