Shades of East Side #A580AD
Tints of East Side #A580AD
RGB
CMYK
RGB Variations
Color information
#A580AD (or 0xA580AD) is known color: East Side. HEX triplet: A5, 80 and AD. RGB value is (165,128,173). Sum of RGB (Red+Green+Blue) = 165+128+173=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #A580AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A580AD is #5A7F52. Grayscale: #909090. Windows color (decimal): -5930835 or 11370661. OLE color: 11370661.
HSL color Cylindrical-coordinate representation of color #A580AD: hue angle of 289.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A580AD is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 128 | 173 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.32 |
| HSL | 289.33º | 0.22% | 0.59% | - |
| HSV(B) | 289.33º | 0.26% | 0.68% | - |
| XYZ | 30.78 | 26.45 | 43.02 | - |
| YUV | 144.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 128 | 173 | 0.05 | 0.26 | 0 | 0.32 | 289.33 | 0.22 | 0.59 |
| Hex | A5 | 80 | AD | 5 | 1A | 0 | 20 | 121 | 16 | 3B |
| Octal | 245 | 200 | 255 | 5 | 32 | 0 | 40 | 441 | 26 | 73 |
| Binary | 10100101 | 10000000 | 10101101 | 101 | 11010 | 0 | 100000 | 100100001 | 10110 | 111011 |
Color Harmonies of #A580AD
Complementary color
Monochromatic Colors of #A580AD
Black with #A580AD
Text Example
Text Example
White with #A580AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A580AD; }
p { color: rgb(165,128,173); }
H1.HeaderClassName
{
color: #A580AD;
}
.AnyTagClassName
{
color: #A580AD;
}
</style>
background-color css
<style>
a { background-color: #A580AD; }
a { background-color: rgb(165,128,173); }
div.DivClassName
{
background-color: #A580AD;
}
.BgClassName
{
background-color: #A580AD;
}
</style>
border-color css
<style>
span { border-color: #A580AD; }
span { border-color: rgb(165,128,173); }
td.TdClassName
{
border-color: #A580AD;
}
.TagClassName
{
border-color: #A580AD;
}
</style>