Shades of East Side #A580AC
Tints of East Side #A580AC
RGB
CMYK
RGB Variations
Color information
#A580AC (or 0xA580AC) is known color: East Side. HEX triplet: A5, 80 and AC. RGB value is (165,128,172). Sum of RGB (Red+Green+Blue) = 165+128+172=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #A580AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A580AC is #5A7F53. Grayscale: #8F8F8F. Windows color (decimal): -5930836 or 11305125. OLE color: 11305125.
HSL color Cylindrical-coordinate representation of color #A580AC: hue angle of 290.45º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A580AC is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 128 | 172 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.33 |
| HSL | 290.45º | 0.21% | 0.59% | - |
| HSV(B) | 290.45º | 0.26% | 0.67% | - |
| XYZ | 30.68 | 26.42 | 42.51 | - |
| YUV | 144.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 128 | 172 | 0.04 | 0.26 | 0 | 0.33 | 290.45 | 0.21 | 0.59 |
| Hex | A5 | 80 | AC | 4 | 1A | 0 | 21 | 122 | 15 | 3B |
| Octal | 245 | 200 | 254 | 4 | 32 | 0 | 41 | 442 | 25 | 73 |
| Binary | 10100101 | 10000000 | 10101100 | 100 | 11010 | 0 | 100001 | 100100010 | 10101 | 111011 |
Color Harmonies of #A580AC
Complementary color
Monochromatic Colors of #A580AC
Black with #A580AC
Text Example
Text Example
White with #A580AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A580AC; }
p { color: rgb(165,128,172); }
H1.HeaderClassName
{
color: #A580AC;
}
.AnyTagClassName
{
color: #A580AC;
}
</style>
background-color css
<style>
a { background-color: #A580AC; }
a { background-color: rgb(165,128,172); }
div.DivClassName
{
background-color: #A580AC;
}
.BgClassName
{
background-color: #A580AC;
}
</style>
border-color css
<style>
span { border-color: #A580AC; }
span { border-color: rgb(165,128,172); }
td.TdClassName
{
border-color: #A580AC;
}
.TagClassName
{
border-color: #A580AC;
}
</style>