Shades of East Side #AA88CC
Tints of East Side #AA88CC
RGB
CMYK
RGB Variations
Color information
#AA88CC (or 0xAA88CC) is known color: East Side. HEX triplet: AA, 88 and CC. RGB value is (170,136,204). Sum of RGB (Red+Green+Blue) = 170+136+204=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA88CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88CC is #557733. Grayscale: #999999. Windows color (decimal): -5601076 or 13404330. OLE color: 13404330.
HSL color Cylindrical-coordinate representation of color #AA88CC: hue angle of 270º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA88CC is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 136 | 204 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.2 |
| HSL | 270º | 0.4% | 0.67% | - |
| HSV(B) | 270º | 0.33% | 0.8% | - |
| XYZ | 36.28 | 30.51 | 61.1 | - |
| YUV | 153.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 204 | 0.17 | 0.33 | 0 | 0.2 | 270 | 0.4 | 0.67 |
| Hex | AA | 88 | CC | 11 | 21 | 0 | 14 | 10E | 28 | 43 |
| Octal | 252 | 210 | 314 | 21 | 41 | 0 | 24 | 416 | 50 | 103 |
| Binary | 10101010 | 10001000 | 11001100 | 10001 | 100001 | 0 | 10100 | 100001110 | 101000 | 1000011 |
Color Harmonies of #AA88CC
Complementary color
Monochromatic Colors of #AA88CC
Black with #AA88CC
Text Example
Text Example
White with #AA88CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA88CC; }
p { color: rgb(170,136,204); }
H1.HeaderClassName
{
color: #AA88CC;
}
.AnyTagClassName
{
color: #AA88CC;
}
</style>
background-color css
<style>
a { background-color: #AA88CC; }
a { background-color: rgb(170,136,204); }
div.DivClassName
{
background-color: #AA88CC;
}
.BgClassName
{
background-color: #AA88CC;
}
</style>
border-color css
<style>
span { border-color: #AA88CC; }
span { border-color: rgb(170,136,204); }
td.TdClassName
{
border-color: #AA88CC;
}
.TagClassName
{
border-color: #AA88CC;
}
</style>