Shades of East Side #AA84D0
Tints of East Side #AA84D0
RGB
CMYK
RGB Variations
Color information
#AA84D0 (or 0xAA84D0) is known color: East Side. HEX triplet: AA, 84 and D0. RGB value is (170,132,208). Sum of RGB (Red+Green+Blue) = 170+132+208=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA84D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84D0 is #557B2F. Grayscale: #979797. Windows color (decimal): -5602096 or 13665450. OLE color: 13665450.
HSL color Cylindrical-coordinate representation of color #AA84D0: hue angle of 270º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA84D0 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 132 | 208 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.18 |
| HSL | 270º | 0.45% | 0.67% | - |
| HSV(B) | 270º | 0.37% | 0.82% | - |
| XYZ | 36.21 | 29.6 | 63.48 | - |
| YUV | 152.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 208 | 0.18 | 0.37 | 0 | 0.18 | 270 | 0.45 | 0.67 |
| Hex | AA | 84 | D0 | 12 | 25 | 0 | 12 | 10E | 2D | 43 |
| Octal | 252 | 204 | 320 | 22 | 45 | 0 | 22 | 416 | 55 | 103 |
| Binary | 10101010 | 10000100 | 11010000 | 10010 | 100101 | 0 | 10010 | 100001110 | 101101 | 1000011 |
Color Harmonies of #AA84D0
Complementary color
Monochromatic Colors of #AA84D0
Black with #AA84D0
Text Example
Text Example
White with #AA84D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA84D0; }
p { color: rgb(170,132,208); }
H1.HeaderClassName
{
color: #AA84D0;
}
.AnyTagClassName
{
color: #AA84D0;
}
</style>
background-color css
<style>
a { background-color: #AA84D0; }
a { background-color: rgb(170,132,208); }
div.DivClassName
{
background-color: #AA84D0;
}
.BgClassName
{
background-color: #AA84D0;
}
</style>
border-color css
<style>
span { border-color: #AA84D0; }
span { border-color: rgb(170,132,208); }
td.TdClassName
{
border-color: #AA84D0;
}
.TagClassName
{
border-color: #AA84D0;
}
</style>