Shades of East Side #AA86C1
Tints of East Side #AA86C1
RGB
CMYK
RGB Variations
Color information
#AA86C1 (or 0xAA86C1) is known color: East Side. HEX triplet: AA, 86 and C1. RGB value is (170,134,193). Sum of RGB (Red+Green+Blue) = 170+134+193=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA86C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA86C1 is #55793E. Grayscale: #979797. Windows color (decimal): -5601599 or 12682922. OLE color: 12682922.
HSL color Cylindrical-coordinate representation of color #AA86C1: hue angle of 276.61º degrees, saturation: 0.32, 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 #AA86C1 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 134 | 193 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.24 |
| HSL | 276.61º | 0.32% | 0.64% | - |
| HSV(B) | 276.61º | 0.31% | 0.76% | - |
| XYZ | 34.73 | 29.45 | 54.31 | - |
| YUV | 151.49 | 151.43 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 193 | 0.12 | 0.31 | 0 | 0.24 | 276.61 | 0.32 | 0.64 |
| Hex | AA | 86 | C1 | C | 1F | 0 | 18 | 115 | 20 | 40 |
| Octal | 252 | 206 | 301 | 14 | 37 | 0 | 30 | 425 | 40 | 100 |
| Binary | 10101010 | 10000110 | 11000001 | 1100 | 11111 | 0 | 11000 | 100010101 | 100000 | 1000000 |
Color Harmonies of #AA86C1
Complementary color
Monochromatic Colors of #AA86C1
Black with #AA86C1
Text Example
Text Example
White with #AA86C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA86C1; }
p { color: rgb(170,134,193); }
H1.HeaderClassName
{
color: #AA86C1;
}
.AnyTagClassName
{
color: #AA86C1;
}
</style>
background-color css
<style>
a { background-color: #AA86C1; }
a { background-color: rgb(170,134,193); }
div.DivClassName
{
background-color: #AA86C1;
}
.BgClassName
{
background-color: #AA86C1;
}
</style>
border-color css
<style>
span { border-color: #AA86C1; }
span { border-color: rgb(170,134,193); }
td.TdClassName
{
border-color: #AA86C1;
}
.TagClassName
{
border-color: #AA86C1;
}
</style>