Shades of East Side #AA84CB
Tints of East Side #AA84CB
RGB
CMYK
RGB Variations
Color information
#AA84CB (or 0xAA84CB) is known color: East Side. HEX triplet: AA, 84 and CB. RGB value is (170,132,203). Sum of RGB (Red+Green+Blue) = 170+132+203=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA84CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84CB is #557B34. Grayscale: #979797. Windows color (decimal): -5602101 or 13337770. OLE color: 13337770.
HSL color Cylindrical-coordinate representation of color #AA84CB: hue angle of 272.11º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA84CB is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 132 | 203 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.20 |
| HSL | 272.11º | 0.41% | 0.66% | - |
| HSV(B) | 272.11º | 0.35% | 0.8% | - |
| XYZ | 35.61 | 29.36 | 60.29 | - |
| YUV | 151.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 203 | 0.16 | 0.35 | 0 | 0.20 | 272.11 | 0.41 | 0.66 |
| Hex | AA | 84 | CB | 10 | 23 | 0 | 14 | 110 | 29 | 42 |
| Octal | 252 | 204 | 313 | 20 | 43 | 0 | 24 | 420 | 51 | 102 |
| Binary | 10101010 | 10000100 | 11001011 | 10000 | 100011 | 0 | 10100 | 100010000 | 101001 | 1000010 |
Color Harmonies of #AA84CB
Complementary color
Monochromatic Colors of #AA84CB
Black with #AA84CB
Text Example
Text Example
White with #AA84CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA84CB; }
p { color: rgb(170,132,203); }
H1.HeaderClassName
{
color: #AA84CB;
}
.AnyTagClassName
{
color: #AA84CB;
}
</style>
background-color css
<style>
a { background-color: #AA84CB; }
a { background-color: rgb(170,132,203); }
div.DivClassName
{
background-color: #AA84CB;
}
.BgClassName
{
background-color: #AA84CB;
}
</style>
border-color css
<style>
span { border-color: #AA84CB; }
span { border-color: rgb(170,132,203); }
td.TdClassName
{
border-color: #AA84CB;
}
.TagClassName
{
border-color: #AA84CB;
}
</style>