Shades of East Side #AA90C4
Tints of East Side #AA90C4
RGB
CMYK
RGB Variations
Color information
#AA90C4 (or 0xAA90C4) is known color: East Side. HEX triplet: AA, 90 and C4. RGB value is (170,144,196). Sum of RGB (Red+Green+Blue) = 170+144+196=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA90C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90C4 is #556F3B. Grayscale: #9D9D9D. Windows color (decimal): -5599036 or 12882090. OLE color: 12882090.
HSL color Cylindrical-coordinate representation of color #AA90C4: hue angle of 270º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA90C4 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 144 | 196 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.23 |
| HSL | 270º | 0.31% | 0.67% | - |
| HSV(B) | 270º | 0.27% | 0.77% | - |
| XYZ | 36.51 | 32.48 | 56.57 | - |
| YUV | 157.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 196 | 0.13 | 0.27 | 0 | 0.23 | 270 | 0.31 | 0.67 |
| Hex | AA | 90 | C4 | D | 1B | 0 | 17 | 10E | 1F | 43 |
| Octal | 252 | 220 | 304 | 15 | 33 | 0 | 27 | 416 | 37 | 103 |
| Binary | 10101010 | 10010000 | 11000100 | 1101 | 11011 | 0 | 10111 | 100001110 | 11111 | 1000011 |
Color Harmonies of #AA90C4
Complementary color
Monochromatic Colors of #AA90C4
Black with #AA90C4
Text Example
Text Example
White with #AA90C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA90C4; }
p { color: rgb(170,144,196); }
H1.HeaderClassName
{
color: #AA90C4;
}
.AnyTagClassName
{
color: #AA90C4;
}
</style>
background-color css
<style>
a { background-color: #AA90C4; }
a { background-color: rgb(170,144,196); }
div.DivClassName
{
background-color: #AA90C4;
}
.BgClassName
{
background-color: #AA90C4;
}
</style>
border-color css
<style>
span { border-color: #AA90C4; }
span { border-color: rgb(170,144,196); }
td.TdClassName
{
border-color: #AA90C4;
}
.TagClassName
{
border-color: #AA90C4;
}
</style>