Shades of East Side #AA7BD0
Tints of East Side #AA7BD0
RGB
CMYK
RGB Variations
Color information
#AA7BD0 (or 0xAA7BD0) is known color: East Side. HEX triplet: AA, 7B and D0. RGB value is (170,123,208). Sum of RGB (Red+Green+Blue) = 170+123+208=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA7BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BD0 is #55842F. Grayscale: #929292. Windows color (decimal): -5604400 or 13663146. OLE color: 13663146.
HSL color Cylindrical-coordinate representation of color #AA7BD0: hue angle of 273.18º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA7BD0 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 123 | 208 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.18 |
| HSL | 273.18º | 0.47% | 0.65% | - |
| HSV(B) | 273.18º | 0.41% | 0.82% | - |
| XYZ | 35.05 | 27.27 | 63.09 | - |
| YUV | 146.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 208 | 0.18 | 0.41 | 0 | 0.18 | 273.18 | 0.47 | 0.65 |
| Hex | AA | 7B | D0 | 12 | 29 | 0 | 12 | 111 | 2F | 41 |
| Octal | 252 | 173 | 320 | 22 | 51 | 0 | 22 | 421 | 57 | 101 |
| Binary | 10101010 | 1111011 | 11010000 | 10010 | 101001 | 0 | 10010 | 100010001 | 101111 | 1000001 |
Color Harmonies of #AA7BD0
Complementary color
Monochromatic Colors of #AA7BD0
Black with #AA7BD0
Text Example
Text Example
White with #AA7BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7BD0; }
p { color: rgb(170,123,208); }
H1.HeaderClassName
{
color: #AA7BD0;
}
.AnyTagClassName
{
color: #AA7BD0;
}
</style>
background-color css
<style>
a { background-color: #AA7BD0; }
a { background-color: rgb(170,123,208); }
div.DivClassName
{
background-color: #AA7BD0;
}
.BgClassName
{
background-color: #AA7BD0;
}
</style>
border-color css
<style>
span { border-color: #AA7BD0; }
span { border-color: rgb(170,123,208); }
td.TdClassName
{
border-color: #AA7BD0;
}
.TagClassName
{
border-color: #AA7BD0;
}
</style>