Shades of East Side #AA86C2
Tints of East Side #AA86C2
RGB
CMYK
RGB Variations
Color information
#AA86C2 (or 0xAA86C2) is known color: East Side. HEX triplet: AA, 86 and C2. RGB value is (170,134,194). Sum of RGB (Red+Green+Blue) = 170+134+194=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA86C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA86C2 is #55793D. Grayscale: #979797. Windows color (decimal): -5601598 or 12748458. OLE color: 12748458.
HSL color Cylindrical-coordinate representation of color #AA86C2: hue angle of 276º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA86C2 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 134 | 194 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.24 |
| HSL | 276º | 0.33% | 0.64% | - |
| HSV(B) | 276º | 0.31% | 0.76% | - |
| XYZ | 34.84 | 29.49 | 54.9 | - |
| YUV | 151.6 | 151.93 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 194 | 0.12 | 0.31 | 0 | 0.24 | 276 | 0.33 | 0.64 |
| Hex | AA | 86 | C2 | C | 1F | 0 | 18 | 114 | 21 | 40 |
| Octal | 252 | 206 | 302 | 14 | 37 | 0 | 30 | 424 | 41 | 100 |
| Binary | 10101010 | 10000110 | 11000010 | 1100 | 11111 | 0 | 11000 | 100010100 | 100001 | 1000000 |
Color Harmonies of #AA86C2
Complementary color
Monochromatic Colors of #AA86C2
Black with #AA86C2
Text Example
Text Example
White with #AA86C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA86C2; }
p { color: rgb(170,134,194); }
H1.HeaderClassName
{
color: #AA86C2;
}
.AnyTagClassName
{
color: #AA86C2;
}
</style>
background-color css
<style>
a { background-color: #AA86C2; }
a { background-color: rgb(170,134,194); }
div.DivClassName
{
background-color: #AA86C2;
}
.BgClassName
{
background-color: #AA86C2;
}
</style>
border-color css
<style>
span { border-color: #AA86C2; }
span { border-color: rgb(170,134,194); }
td.TdClassName
{
border-color: #AA86C2;
}
.TagClassName
{
border-color: #AA86C2;
}
</style>