Shades of East Side #A584AD
Tints of East Side #A584AD
RGB
CMYK
RGB Variations
Color information
#A584AD (or 0xA584AD) is known color: East Side. HEX triplet: A5, 84 and AD. RGB value is (165,132,173). Sum of RGB (Red+Green+Blue) = 165+132+173=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 173 - color contains mainly: blue. Hex color #A584AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A584AD is #5A7B52. Grayscale: #929292. Windows color (decimal): -5929811 or 11371685. OLE color: 11371685.
HSL color Cylindrical-coordinate representation of color #A584AD: hue angle of 288.29º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A584AD is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 132 | 173 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.32 |
| HSL | 288.29º | 0.2% | 0.6% | - |
| HSV(B) | 288.29º | 0.24% | 0.68% | - |
| XYZ | 31.31 | 27.52 | 43.2 | - |
| YUV | 146.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 173 | 0.05 | 0.24 | 0 | 0.32 | 288.29 | 0.2 | 0.6 |
| Hex | A5 | 84 | AD | 5 | 18 | 0 | 20 | 120 | 14 | 3C |
| Octal | 245 | 204 | 255 | 5 | 30 | 0 | 40 | 440 | 24 | 74 |
| Binary | 10100101 | 10000100 | 10101101 | 101 | 11000 | 0 | 100000 | 100100000 | 10100 | 111100 |
Color Harmonies of #A584AD
Complementary color
Monochromatic Colors of #A584AD
Black with #A584AD
Text Example
Text Example
White with #A584AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A584AD; }
p { color: rgb(165,132,173); }
H1.HeaderClassName
{
color: #A584AD;
}
.AnyTagClassName
{
color: #A584AD;
}
</style>
background-color css
<style>
a { background-color: #A584AD; }
a { background-color: rgb(165,132,173); }
div.DivClassName
{
background-color: #A584AD;
}
.BgClassName
{
background-color: #A584AD;
}
</style>
border-color css
<style>
span { border-color: #A584AD; }
span { border-color: rgb(165,132,173); }
td.TdClassName
{
border-color: #A584AD;
}
.TagClassName
{
border-color: #A584AD;
}
</style>