Shades of East Side #AA7FC1
Tints of East Side #AA7FC1
RGB
CMYK
RGB Variations
Color information
#AA7FC1 (or 0xAA7FC1) is known color: East Side. HEX triplet: AA, 7F and C1. RGB value is (170,127,193). Sum of RGB (Red+Green+Blue) = 170+127+193=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA7FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FC1 is #55803E. Grayscale: #939393. Windows color (decimal): -5603391 or 12681130. OLE color: 12681130.
HSL color Cylindrical-coordinate representation of color #AA7FC1: hue angle of 279.09º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7FC1 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 127 | 193 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.24 |
| HSL | 279.09º | 0.35% | 0.63% | - |
| HSV(B) | 279.09º | 0.34% | 0.76% | - |
| XYZ | 33.79 | 27.58 | 53.99 | - |
| YUV | 147.38 | 153.75 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 193 | 0.12 | 0.34 | 0 | 0.24 | 279.09 | 0.35 | 0.63 |
| Hex | AA | 7F | C1 | C | 22 | 0 | 18 | 117 | 23 | 3F |
| Octal | 252 | 177 | 301 | 14 | 42 | 0 | 30 | 427 | 43 | 77 |
| Binary | 10101010 | 1111111 | 11000001 | 1100 | 100010 | 0 | 11000 | 100010111 | 100011 | 111111 |
Color Harmonies of #AA7FC1
Complementary color
Monochromatic Colors of #AA7FC1
Black with #AA7FC1
Text Example
Text Example
White with #AA7FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7FC1; }
p { color: rgb(170,127,193); }
H1.HeaderClassName
{
color: #AA7FC1;
}
.AnyTagClassName
{
color: #AA7FC1;
}
</style>
background-color css
<style>
a { background-color: #AA7FC1; }
a { background-color: rgb(170,127,193); }
div.DivClassName
{
background-color: #AA7FC1;
}
.BgClassName
{
background-color: #AA7FC1;
}
</style>
border-color css
<style>
span { border-color: #AA7FC1; }
span { border-color: rgb(170,127,193); }
td.TdClassName
{
border-color: #AA7FC1;
}
.TagClassName
{
border-color: #AA7FC1;
}
</style>