Shades of East Side #AA88C8
Tints of East Side #AA88C8
RGB
CMYK
RGB Variations
Color information
#AA88C8 (or 0xAA88C8) is known color: East Side. HEX triplet: AA, 88 and C8. RGB value is (170,136,200). Sum of RGB (Red+Green+Blue) = 170+136+200=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA88C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88C8 is #557737. Grayscale: #999999. Windows color (decimal): -5601080 or 13142186. OLE color: 13142186.
HSL color Cylindrical-coordinate representation of color #AA88C8: hue angle of 271.88º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA88C8 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 136 | 200 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.22 |
| HSL | 271.88º | 0.37% | 0.66% | - |
| HSV(B) | 271.88º | 0.32% | 0.78% | - |
| XYZ | 35.81 | 30.32 | 58.61 | - |
| YUV | 153.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 200 | 0.15 | 0.32 | 0 | 0.22 | 271.88 | 0.37 | 0.66 |
| Hex | AA | 88 | C8 | F | 20 | 0 | 16 | 110 | 25 | 42 |
| Octal | 252 | 210 | 310 | 17 | 40 | 0 | 26 | 420 | 45 | 102 |
| Binary | 10101010 | 10001000 | 11001000 | 1111 | 100000 | 0 | 10110 | 100010000 | 100101 | 1000010 |
Color Harmonies of #AA88C8
Complementary color
Monochromatic Colors of #AA88C8
Black with #AA88C8
Text Example
Text Example
White with #AA88C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA88C8; }
p { color: rgb(170,136,200); }
H1.HeaderClassName
{
color: #AA88C8;
}
.AnyTagClassName
{
color: #AA88C8;
}
</style>
background-color css
<style>
a { background-color: #AA88C8; }
a { background-color: rgb(170,136,200); }
div.DivClassName
{
background-color: #AA88C8;
}
.BgClassName
{
background-color: #AA88C8;
}
</style>
border-color css
<style>
span { border-color: #AA88C8; }
span { border-color: rgb(170,136,200); }
td.TdClassName
{
border-color: #AA88C8;
}
.TagClassName
{
border-color: #AA88C8;
}
</style>