#A580C0

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

Shades of East Side #A580C0

Tints of East Side #A580C0

Color information

#A580C0 (or 0xA580C0) is unknown color: approx East Side. HEX triplet: A5, 80 and C0. RGB value is (165,128,192). Sum of RGB (Red+Green+Blue) = 165+128+192=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 192 - color contains mainly: blue. Hex color #A580C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A580C0 is #5A7F3F. Grayscale: #929292. Windows color (decimal): -5930816 or 12615845. OLE color: 12615845.

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

Color convert

RGB165128192-
CMYK0.140.3300.25
HSL274.69º33.68%62.75%-
HSV(B)274.69º33.33%75.29%-
XYZ32.7527.2453.4-
YUV146.36153.76141.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.02%
GREEN value IS 128 (50.39% from 255) = 26.39%
BLUE value IS 192 (75.39% from 255) = 39.59%
R=34.02%
G=26.39%
B=39.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651281920.140.3300.25274.6933.6862.75
HexA580C0E21019113223f
Octal24520030016410314234277
Binary1010010110000000110000001110100001011001100010011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A580C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A580C0; }

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

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

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

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

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

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

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

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