Shades of East Side #A084AD
Tints of East Side #A084AD
RGB
CMYK
RGB Variations
Color information
#A084AD (or 0xA084AD) is known color: East Side. HEX triplet: A0, 84 and AD. RGB value is (160,132,173). Sum of RGB (Red+Green+Blue) = 160+132+173=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 173 - color contains mainly: blue. Hex color #A084AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A084AD is #5F7B52. Grayscale: #909090. Windows color (decimal): -6257491 or 11371680. OLE color: 11371680.
HSL color Cylindrical-coordinate representation of color #A084AD: hue angle of 280.98º 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 #A084AD is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 132 | 173 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.32 |
| HSL | 280.98º | 0.2% | 0.6% | - |
| HSV(B) | 280.98º | 0.24% | 0.68% | - |
| XYZ | 30.29 | 26.99 | 43.15 | - |
| YUV | 145.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 173 | 0.08 | 0.24 | 0 | 0.32 | 280.98 | 0.2 | 0.6 |
| Hex | A0 | 84 | AD | 8 | 18 | 0 | 20 | 119 | 14 | 3C |
| Octal | 240 | 204 | 255 | 10 | 30 | 0 | 40 | 431 | 24 | 74 |
| Binary | 10100000 | 10000100 | 10101101 | 1000 | 11000 | 0 | 100000 | 100011001 | 10100 | 111100 |
Color Harmonies of #A084AD
Complementary color
Monochromatic Colors of #A084AD
Black with #A084AD
Text Example
Text Example
White with #A084AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A084AD; }
p { color: rgb(160,132,173); }
H1.HeaderClassName
{
color: #A084AD;
}
.AnyTagClassName
{
color: #A084AD;
}
</style>
background-color css
<style>
a { background-color: #A084AD; }
a { background-color: rgb(160,132,173); }
div.DivClassName
{
background-color: #A084AD;
}
.BgClassName
{
background-color: #A084AD;
}
</style>
border-color css
<style>
span { border-color: #A084AD; }
span { border-color: rgb(160,132,173); }
td.TdClassName
{
border-color: #A084AD;
}
.TagClassName
{
border-color: #A084AD;
}
</style>