Shades of East Side #AA6FB8
Tints of East Side #AA6FB8
RGB
CMYK
RGB Variations
Color information
#AA6FB8 (or 0xAA6FB8) is known color: East Side. HEX triplet: AA, 6F and B8. RGB value is (170,111,184). Sum of RGB (Red+Green+Blue) = 170+111+184=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA6FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FB8 is #559047. Grayscale: #888888. Windows color (decimal): -5607496 or 12087210. OLE color: 12087210.
HSL color Cylindrical-coordinate representation of color #AA6FB8: hue angle of 288.49º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA6FB8 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 111 | 184 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.28 |
| HSL | 288.49º | 0.34% | 0.58% | - |
| HSV(B) | 288.49º | 0.4% | 0.72% | - |
| XYZ | 30.91 | 23.38 | 48.23 | - |
| YUV | 136.96 | 154.55 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 184 | 0.08 | 0.40 | 0 | 0.28 | 288.49 | 0.34 | 0.58 |
| Hex | AA | 6F | B8 | 8 | 28 | 0 | 1C | 120 | 22 | 3A |
| Octal | 252 | 157 | 270 | 10 | 50 | 0 | 34 | 440 | 42 | 72 |
| Binary | 10101010 | 1101111 | 10111000 | 1000 | 101000 | 0 | 11100 | 100100000 | 100010 | 111010 |
Color Harmonies of #AA6FB8
Complementary color
Monochromatic Colors of #AA6FB8
Black with #AA6FB8
Text Example
Text Example
White with #AA6FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6FB8; }
p { color: rgb(170,111,184); }
H1.HeaderClassName
{
color: #AA6FB8;
}
.AnyTagClassName
{
color: #AA6FB8;
}
</style>
background-color css
<style>
a { background-color: #AA6FB8; }
a { background-color: rgb(170,111,184); }
div.DivClassName
{
background-color: #AA6FB8;
}
.BgClassName
{
background-color: #AA6FB8;
}
</style>
border-color css
<style>
span { border-color: #AA6FB8; }
span { border-color: rgb(170,111,184); }
td.TdClassName
{
border-color: #AA6FB8;
}
.TagClassName
{
border-color: #AA6FB8;
}
</style>