Shades of East Side #AA84B7
Tints of East Side #AA84B7
RGB
CMYK
RGB Variations
Color information
#AA84B7 (or 0xAA84B7) is known color: East Side. HEX triplet: AA, 84 and B7. RGB value is (170,132,183). Sum of RGB (Red+Green+Blue) = 170+132+183=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA84B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84B7 is #557B48. Grayscale: #959595. Windows color (decimal): -5602121 or 12027050. OLE color: 12027050.
HSL color Cylindrical-coordinate representation of color #AA84B7: hue angle of 284.71º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA84B7 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 132 | 183 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.28 |
| HSL | 284.71º | 0.26% | 0.62% | - |
| HSV(B) | 284.71º | 0.28% | 0.72% | - |
| XYZ | 33.38 | 28.47 | 48.54 | - |
| YUV | 149.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 183 | 0.07 | 0.28 | 0 | 0.28 | 284.71 | 0.26 | 0.62 |
| Hex | AA | 84 | B7 | 7 | 1C | 0 | 1C | 11D | 1A | 3E |
| Octal | 252 | 204 | 267 | 7 | 34 | 0 | 34 | 435 | 32 | 76 |
| Binary | 10101010 | 10000100 | 10110111 | 111 | 11100 | 0 | 11100 | 100011101 | 11010 | 111110 |
Color Harmonies of #AA84B7
Complementary color
Monochromatic Colors of #AA84B7
Black with #AA84B7
Text Example
Text Example
White with #AA84B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA84B7; }
p { color: rgb(170,132,183); }
H1.HeaderClassName
{
color: #AA84B7;
}
.AnyTagClassName
{
color: #AA84B7;
}
</style>
background-color css
<style>
a { background-color: #AA84B7; }
a { background-color: rgb(170,132,183); }
div.DivClassName
{
background-color: #AA84B7;
}
.BgClassName
{
background-color: #AA84B7;
}
</style>
border-color css
<style>
span { border-color: #AA84B7; }
span { border-color: rgb(170,132,183); }
td.TdClassName
{
border-color: #AA84B7;
}
.TagClassName
{
border-color: #AA84B7;
}
</style>