#A580BE

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

Shades of East Side #A580BE

Tints of East Side #A580BE

Color information

#A580BE (or 0xA580BE) is unknown color: approx East Side. HEX triplet: A5, 80 and BE. RGB value is (165,128,190). Sum of RGB (Red+Green+Blue) = 165+128+190=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #A580BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A580BE is #5A7F41. Grayscale: #919191. Windows color (decimal): -5930818 or 12484773. OLE color: 12484773.

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

Color convert

RGB165128190-
CMYK0.130.3300.25
HSL275.81º32.29%62.35%-
HSV(B)275.81º32.63%74.51%-
XYZ32.5327.1652.24-
YUV146.13152.76141.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 128 (50.39% from 255) = 26.50%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=34.16%
G=26.50%
B=39.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651281900.130.3300.25275.8132.2962.35
HexA580BED21019114203e
Octal24520027615410314244076
Binary1010010110000000101111101101100001011001100010100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A580BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A580BE; }

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

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

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

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

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

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

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

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