Shades of East Side #AA86B4
Tints of East Side #AA86B4
RGB
CMYK
RGB Variations
Color information
#AA86B4 (or 0xAA86B4) is known color: East Side. HEX triplet: AA, 86 and B4. RGB value is (170,134,180). Sum of RGB (Red+Green+Blue) = 170+134+180=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA86B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA86B4 is #55794B. Grayscale: #959595. Windows color (decimal): -5601612 or 11830954. OLE color: 11830954.
HSL color Cylindrical-coordinate representation of color #AA86B4: hue angle of 286.96º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA86B4 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 134 | 180 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.29 |
| HSL | 286.96º | 0.23% | 0.62% | - |
| HSV(B) | 286.96º | 0.26% | 0.71% | - |
| XYZ | 33.34 | 28.89 | 47 | - |
| YUV | 150.01 | 144.93 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 180 | 0.06 | 0.26 | 0 | 0.29 | 286.96 | 0.23 | 0.62 |
| Hex | AA | 86 | B4 | 6 | 1A | 0 | 1D | 11F | 17 | 3E |
| Octal | 252 | 206 | 264 | 6 | 32 | 0 | 35 | 437 | 27 | 76 |
| Binary | 10101010 | 10000110 | 10110100 | 110 | 11010 | 0 | 11101 | 100011111 | 10111 | 111110 |
Color Harmonies of #AA86B4
Complementary color
Monochromatic Colors of #AA86B4
Black with #AA86B4
Text Example
Text Example
White with #AA86B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA86B4; }
p { color: rgb(170,134,180); }
H1.HeaderClassName
{
color: #AA86B4;
}
.AnyTagClassName
{
color: #AA86B4;
}
</style>
background-color css
<style>
a { background-color: #AA86B4; }
a { background-color: rgb(170,134,180); }
div.DivClassName
{
background-color: #AA86B4;
}
.BgClassName
{
background-color: #AA86B4;
}
</style>
border-color css
<style>
span { border-color: #AA86B4; }
span { border-color: rgb(170,134,180); }
td.TdClassName
{
border-color: #AA86B4;
}
.TagClassName
{
border-color: #AA86B4;
}
</style>