#A582C0

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

Shades of East Side #A582C0

Tints of East Side #A582C0

Color information

#A582C0 (or 0xA582C0) is unknown color: approx East Side. HEX triplet: A5, 82 and C0. RGB value is (165,130,192). Sum of RGB (Red+Green+Blue) = 165+130+192=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 192 - color contains mainly: blue. Hex color #A582C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582C0 is #5A7D3F. Grayscale: #939393. Windows color (decimal): -5930304 or 12616357. OLE color: 12616357.

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

Color convert

RGB165130192-
CMYK0.140.3200.25
HSL273.87º32.98%63.14%-
HSV(B)273.87º32.29%75.29%-
XYZ33.0127.7753.49-
YUV147.53153.1140.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.88%
GREEN value IS 130 (51.17% from 255) = 26.69%
BLUE value IS 192 (75.39% from 255) = 39.43%
R=33.88%
G=26.69%
B=39.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651301920.140.3200.25273.8732.9863.14
HexA582C0E20019112213f
Octal24520230016400314224177
Binary1010010110000010110000001110100000011001100010010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A582C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A582C0; }

 p { color: rgb(165,130,192); }

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

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

 a { background-color: rgb(165,130,192); }

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

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

 span { border-color: rgb(165,130,192); }

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