Shades of East Side #AA90C2
Tints of East Side #AA90C2
RGB
CMYK
RGB Variations
Color information
#AA90C2 (or 0xAA90C2) is known color: East Side. HEX triplet: AA, 90 and C2. RGB value is (170,144,194). Sum of RGB (Red+Green+Blue) = 170+144+194=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA90C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90C2 is #556F3D. Grayscale: #9D9D9D. Windows color (decimal): -5599038 or 12751018. OLE color: 12751018.
HSL color Cylindrical-coordinate representation of color #AA90C2: hue angle of 271.2º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA90C2 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 144 | 194 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.24 |
| HSL | 271.2º | 0.29% | 0.66% | - |
| HSV(B) | 271.2º | 0.26% | 0.76% | - |
| XYZ | 36.29 | 32.39 | 55.38 | - |
| YUV | 157.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 194 | 0.12 | 0.26 | 0 | 0.24 | 271.2 | 0.29 | 0.66 |
| Hex | AA | 90 | C2 | C | 1A | 0 | 18 | 10F | 1D | 42 |
| Octal | 252 | 220 | 302 | 14 | 32 | 0 | 30 | 417 | 35 | 102 |
| Binary | 10101010 | 10010000 | 11000010 | 1100 | 11010 | 0 | 11000 | 100001111 | 11101 | 1000010 |
Color Harmonies of #AA90C2
Complementary color
Monochromatic Colors of #AA90C2
Black with #AA90C2
Text Example
Text Example
White with #AA90C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA90C2; }
p { color: rgb(170,144,194); }
H1.HeaderClassName
{
color: #AA90C2;
}
.AnyTagClassName
{
color: #AA90C2;
}
</style>
background-color css
<style>
a { background-color: #AA90C2; }
a { background-color: rgb(170,144,194); }
div.DivClassName
{
background-color: #AA90C2;
}
.BgClassName
{
background-color: #AA90C2;
}
</style>
border-color css
<style>
span { border-color: #AA90C2; }
span { border-color: rgb(170,144,194); }
td.TdClassName
{
border-color: #AA90C2;
}
.TagClassName
{
border-color: #AA90C2;
}
</style>