Shades of East Side #AA91C3
Tints of East Side #AA91C3
RGB
CMYK
RGB Variations
Color information
#AA91C3 (or 0xAA91C3) is known color: East Side. HEX triplet: AA, 91 and C3. RGB value is (170,145,195). Sum of RGB (Red+Green+Blue) = 170+145+195=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA91C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91C3 is #556E3C. Grayscale: #9E9E9E. Windows color (decimal): -5598781 or 12816810. OLE color: 12816810.
HSL color Cylindrical-coordinate representation of color #AA91C3: hue angle of 270º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA91C3 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 145 | 195 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.24 |
| HSL | 270º | 0.29% | 0.67% | - |
| HSV(B) | 270º | 0.26% | 0.76% | - |
| XYZ | 36.55 | 32.74 | 56.02 | - |
| YUV | 158.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 195 | 0.13 | 0.26 | 0 | 0.24 | 270 | 0.29 | 0.67 |
| Hex | AA | 91 | C3 | D | 1A | 0 | 18 | 10E | 1D | 43 |
| Octal | 252 | 221 | 303 | 15 | 32 | 0 | 30 | 416 | 35 | 103 |
| Binary | 10101010 | 10010001 | 11000011 | 1101 | 11010 | 0 | 11000 | 100001110 | 11101 | 1000011 |
Color Harmonies of #AA91C3
Complementary color
Monochromatic Colors of #AA91C3
Black with #AA91C3
Text Example
Text Example
White with #AA91C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91C3; }
p { color: rgb(170,145,195); }
H1.HeaderClassName
{
color: #AA91C3;
}
.AnyTagClassName
{
color: #AA91C3;
}
</style>
background-color css
<style>
a { background-color: #AA91C3; }
a { background-color: rgb(170,145,195); }
div.DivClassName
{
background-color: #AA91C3;
}
.BgClassName
{
background-color: #AA91C3;
}
</style>
border-color css
<style>
span { border-color: #AA91C3; }
span { border-color: rgb(170,145,195); }
td.TdClassName
{
border-color: #AA91C3;
}
.TagClassName
{
border-color: #AA91C3;
}
</style>