Shades of East Side #AA93C1
Tints of East Side #AA93C1
RGB
CMYK
RGB Variations
Color information
#AA93C1 (or 0xAA93C1) is known color: East Side. HEX triplet: AA, 93 and C1. RGB value is (170,147,193). Sum of RGB (Red+Green+Blue) = 170+147+193=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA93C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93C1 is #556C3E. Grayscale: #9E9E9E. Windows color (decimal): -5598271 or 12686250. OLE color: 12686250.
HSL color Cylindrical-coordinate representation of color #AA93C1: hue angle of 270º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA93C1 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 147 | 193 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.24 |
| HSL | 270º | 0.27% | 0.67% | - |
| HSV(B) | 270º | 0.24% | 0.76% | - |
| XYZ | 36.64 | 33.26 | 54.94 | - |
| YUV | 159.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 193 | 0.12 | 0.24 | 0 | 0.24 | 270 | 0.27 | 0.67 |
| Hex | AA | 93 | C1 | C | 18 | 0 | 18 | 10E | 1B | 43 |
| Octal | 252 | 223 | 301 | 14 | 30 | 0 | 30 | 416 | 33 | 103 |
| Binary | 10101010 | 10010011 | 11000001 | 1100 | 11000 | 0 | 11000 | 100001110 | 11011 | 1000011 |
Color Harmonies of #AA93C1
Complementary color
Monochromatic Colors of #AA93C1
Black with #AA93C1
Text Example
Text Example
White with #AA93C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA93C1; }
p { color: rgb(170,147,193); }
H1.HeaderClassName
{
color: #AA93C1;
}
.AnyTagClassName
{
color: #AA93C1;
}
</style>
background-color css
<style>
a { background-color: #AA93C1; }
a { background-color: rgb(170,147,193); }
div.DivClassName
{
background-color: #AA93C1;
}
.BgClassName
{
background-color: #AA93C1;
}
</style>
border-color css
<style>
span { border-color: #AA93C1; }
span { border-color: rgb(170,147,193); }
td.TdClassName
{
border-color: #AA93C1;
}
.TagClassName
{
border-color: #AA93C1;
}
</style>