Shades of East Side #A583AD
Tints of East Side #A583AD
RGB
CMYK
RGB Variations
Color information
#A583AD (or 0xA583AD) is known color: East Side. HEX triplet: A5, 83 and AD. RGB value is (165,131,173). Sum of RGB (Red+Green+Blue) = 165+131+173=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #A583AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A583AD is #5A7C52. Grayscale: #919191. Windows color (decimal): -5930067 or 11371429. OLE color: 11371429.
HSL color Cylindrical-coordinate representation of color #A583AD: hue angle of 288.57º 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 #A583AD is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 131 | 173 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.32 |
| HSL | 288.57º | 0.2% | 0.6% | - |
| HSV(B) | 288.57º | 0.24% | 0.68% | - |
| XYZ | 31.18 | 27.25 | 43.15 | - |
| YUV | 145.95 | 143.26 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 131 | 173 | 0.05 | 0.24 | 0 | 0.32 | 288.57 | 0.2 | 0.6 |
| Hex | A5 | 83 | AD | 5 | 18 | 0 | 20 | 121 | 14 | 3C |
| Octal | 245 | 203 | 255 | 5 | 30 | 0 | 40 | 441 | 24 | 74 |
| Binary | 10100101 | 10000011 | 10101101 | 101 | 11000 | 0 | 100000 | 100100001 | 10100 | 111100 |
Color Harmonies of #A583AD
Complementary color
Monochromatic Colors of #A583AD
Black with #A583AD
Text Example
Text Example
White with #A583AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A583AD; }
p { color: rgb(165,131,173); }
H1.HeaderClassName
{
color: #A583AD;
}
.AnyTagClassName
{
color: #A583AD;
}
</style>
background-color css
<style>
a { background-color: #A583AD; }
a { background-color: rgb(165,131,173); }
div.DivClassName
{
background-color: #A583AD;
}
.BgClassName
{
background-color: #A583AD;
}
</style>
border-color css
<style>
span { border-color: #A583AD; }
span { border-color: rgb(165,131,173); }
td.TdClassName
{
border-color: #A583AD;
}
.TagClassName
{
border-color: #A583AD;
}
</style>