Shades of East Side #A580BE
Tints of East Side #A580BE
RGB
CMYK
RGB Variations
Color information
#A580BE (or 0xA580BE) is known color: 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
| RGB | 165 | 128 | 190 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.25 |
| HSL | 275.81º | 0.32% | 0.62% | - |
| HSV(B) | 275.81º | 0.33% | 0.75% | - |
| XYZ | 32.53 | 27.16 | 52.24 | - |
| YUV | 146.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 128 | 190 | 0.13 | 0.33 | 0 | 0.25 | 275.81 | 0.32 | 0.62 |
| Hex | A5 | 80 | BE | D | 21 | 0 | 19 | 114 | 20 | 3E |
| Octal | 245 | 200 | 276 | 15 | 41 | 0 | 31 | 424 | 40 | 76 |
| Binary | 10100101 | 10000000 | 10111110 | 1101 | 100001 | 0 | 11001 | 100010100 | 100000 | 111110 |
Color Harmonies of #A580BE
Complementary color
Monochromatic Colors of #A580BE
Black with #A580BE
Text Example
Text Example
White with #A580BE
Text Example
Text Example
HTML Codes & Css Web 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>