Shades of East Side #AA88B3
Tints of East Side #AA88B3
RGB
CMYK
RGB Variations
Color information
#AA88B3 (or 0xAA88B3) is known color: East Side. HEX triplet: AA, 88 and B3. RGB value is (170,136,179). Sum of RGB (Red+Green+Blue) = 170+136+179=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA88B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88B3 is #55774C. Grayscale: #969696. Windows color (decimal): -5601101 or 11765930. OLE color: 11765930.
HSL color Cylindrical-coordinate representation of color #AA88B3: hue angle of 287.44º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA88B3 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 136 | 179 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.30 |
| HSL | 287.44º | 0.22% | 0.62% | - |
| HSV(B) | 287.44º | 0.24% | 0.7% | - |
| XYZ | 33.52 | 29.41 | 46.56 | - |
| YUV | 151.07 | 143.76 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 179 | 0.05 | 0.24 | 0 | 0.30 | 287.44 | 0.22 | 0.62 |
| Hex | AA | 88 | B3 | 5 | 18 | 0 | 1E | 11F | 16 | 3E |
| Octal | 252 | 210 | 263 | 5 | 30 | 0 | 36 | 437 | 26 | 76 |
| Binary | 10101010 | 10001000 | 10110011 | 101 | 11000 | 0 | 11110 | 100011111 | 10110 | 111110 |
Color Harmonies of #AA88B3
Complementary color
Monochromatic Colors of #AA88B3
Black with #AA88B3
Text Example
Text Example
White with #AA88B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA88B3; }
p { color: rgb(170,136,179); }
H1.HeaderClassName
{
color: #AA88B3;
}
.AnyTagClassName
{
color: #AA88B3;
}
</style>
background-color css
<style>
a { background-color: #AA88B3; }
a { background-color: rgb(170,136,179); }
div.DivClassName
{
background-color: #AA88B3;
}
.BgClassName
{
background-color: #AA88B3;
}
</style>
border-color css
<style>
span { border-color: #AA88B3; }
span { border-color: rgb(170,136,179); }
td.TdClassName
{
border-color: #AA88B3;
}
.TagClassName
{
border-color: #AA88B3;
}
</style>