Shades of East Side #AA90C1
Tints of East Side #AA90C1
RGB
CMYK
RGB Variations
Color information
#AA90C1 (or 0xAA90C1) is known color: East Side. HEX triplet: AA, 90 and C1. RGB value is (170,144,193). Sum of RGB (Red+Green+Blue) = 170+144+193=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA90C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90C1 is #556F3E. Grayscale: #9D9D9D. Windows color (decimal): -5599039 or 12685482. OLE color: 12685482.
HSL color Cylindrical-coordinate representation of color #AA90C1: hue angle of 271.84º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA90C1 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 144 | 193 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.24 |
| HSL | 271.84º | 0.28% | 0.66% | - |
| HSV(B) | 271.84º | 0.25% | 0.76% | - |
| XYZ | 36.18 | 32.34 | 54.79 | - |
| YUV | 157.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 193 | 0.12 | 0.25 | 0 | 0.24 | 271.84 | 0.28 | 0.66 |
| Hex | AA | 90 | C1 | C | 19 | 0 | 18 | 110 | 1C | 42 |
| Octal | 252 | 220 | 301 | 14 | 31 | 0 | 30 | 420 | 34 | 102 |
| Binary | 10101010 | 10010000 | 11000001 | 1100 | 11001 | 0 | 11000 | 100010000 | 11100 | 1000010 |
Color Harmonies of #AA90C1
Complementary color
Monochromatic Colors of #AA90C1
Black with #AA90C1
Text Example
Text Example
White with #AA90C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA90C1; }
p { color: rgb(170,144,193); }
H1.HeaderClassName
{
color: #AA90C1;
}
.AnyTagClassName
{
color: #AA90C1;
}
</style>
background-color css
<style>
a { background-color: #AA90C1; }
a { background-color: rgb(170,144,193); }
div.DivClassName
{
background-color: #AA90C1;
}
.BgClassName
{
background-color: #AA90C1;
}
</style>
border-color css
<style>
span { border-color: #AA90C1; }
span { border-color: rgb(170,144,193); }
td.TdClassName
{
border-color: #AA90C1;
}
.TagClassName
{
border-color: #AA90C1;
}
</style>