Shades of East Side #AA83D0
Tints of East Side #AA83D0
RGB
CMYK
RGB Variations
Color information
#AA83D0 (or 0xAA83D0) is known color: East Side. HEX triplet: AA, 83 and D0. RGB value is (170,131,208). Sum of RGB (Red+Green+Blue) = 170+131+208=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA83D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83D0 is #557C2F. Grayscale: #979797. Windows color (decimal): -5602352 or 13665194. OLE color: 13665194.
HSL color Cylindrical-coordinate representation of color #AA83D0: hue angle of 270.39º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA83D0 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 131 | 208 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.18 |
| HSL | 270.39º | 0.45% | 0.66% | - |
| HSV(B) | 270.39º | 0.37% | 0.82% | - |
| XYZ | 36.08 | 29.33 | 63.43 | - |
| YUV | 151.44 | 159.92 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 208 | 0.18 | 0.37 | 0 | 0.18 | 270.39 | 0.45 | 0.66 |
| Hex | AA | 83 | D0 | 12 | 25 | 0 | 12 | 10E | 2D | 42 |
| Octal | 252 | 203 | 320 | 22 | 45 | 0 | 22 | 416 | 55 | 102 |
| Binary | 10101010 | 10000011 | 11010000 | 10010 | 100101 | 0 | 10010 | 100001110 | 101101 | 1000010 |
Color Harmonies of #AA83D0
Complementary color
Monochromatic Colors of #AA83D0
Black with #AA83D0
Text Example
Text Example
White with #AA83D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA83D0; }
p { color: rgb(170,131,208); }
H1.HeaderClassName
{
color: #AA83D0;
}
.AnyTagClassName
{
color: #AA83D0;
}
</style>
background-color css
<style>
a { background-color: #AA83D0; }
a { background-color: rgb(170,131,208); }
div.DivClassName
{
background-color: #AA83D0;
}
.BgClassName
{
background-color: #AA83D0;
}
</style>
border-color css
<style>
span { border-color: #AA83D0; }
span { border-color: rgb(170,131,208); }
td.TdClassName
{
border-color: #AA83D0;
}
.TagClassName
{
border-color: #AA83D0;
}
</style>