Shades of East Side #AA7ED3
Tints of East Side #AA7ED3
RGB
CMYK
RGB Variations
Color information
#AA7ED3 (or 0xAA7ED3) is known color: East Side. HEX triplet: AA, 7E and D3. RGB value is (170,126,211). Sum of RGB (Red+Green+Blue) = 170+126+211=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA7ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7ED3 is #55812C. Grayscale: #949494. Windows color (decimal): -5603629 or 13860522. OLE color: 13860522.
HSL color Cylindrical-coordinate representation of color #AA7ED3: hue angle of 271.06º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA7ED3 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 126 | 211 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.17 |
| HSL | 271.06º | 0.49% | 0.66% | - |
| HSV(B) | 271.06º | 0.4% | 0.83% | - |
| XYZ | 35.8 | 28.17 | 65.18 | - |
| YUV | 148.85 | 163.08 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 211 | 0.19 | 0.40 | 0 | 0.17 | 271.06 | 0.49 | 0.66 |
| Hex | AA | 7E | D3 | 13 | 28 | 0 | 11 | 10F | 31 | 42 |
| Octal | 252 | 176 | 323 | 23 | 50 | 0 | 21 | 417 | 61 | 102 |
| Binary | 10101010 | 1111110 | 11010011 | 10011 | 101000 | 0 | 10001 | 100001111 | 110001 | 1000010 |
Color Harmonies of #AA7ED3
Complementary color
Monochromatic Colors of #AA7ED3
Black with #AA7ED3
Text Example
Text Example
White with #AA7ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7ED3; }
p { color: rgb(170,126,211); }
H1.HeaderClassName
{
color: #AA7ED3;
}
.AnyTagClassName
{
color: #AA7ED3;
}
</style>
background-color css
<style>
a { background-color: #AA7ED3; }
a { background-color: rgb(170,126,211); }
div.DivClassName
{
background-color: #AA7ED3;
}
.BgClassName
{
background-color: #AA7ED3;
}
</style>
border-color css
<style>
span { border-color: #AA7ED3; }
span { border-color: rgb(170,126,211); }
td.TdClassName
{
border-color: #AA7ED3;
}
.TagClassName
{
border-color: #AA7ED3;
}
</style>