Shades of East Side #AA6FBA
Tints of East Side #AA6FBA
RGB
CMYK
RGB Variations
Color information
#AA6FBA (or 0xAA6FBA) is known color: East Side. HEX triplet: AA, 6F and BA. RGB value is (170,111,186). Sum of RGB (Red+Green+Blue) = 170+111+186=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA6FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FBA is #559045. Grayscale: #888888. Windows color (decimal): -5607494 or 12218282. OLE color: 12218282.
HSL color Cylindrical-coordinate representation of color #AA6FBA: hue angle of 287.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA6FBA is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 111 | 186 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.27 |
| HSL | 287.2º | 0.35% | 0.58% | - |
| HSV(B) | 287.2º | 0.4% | 0.73% | - |
| XYZ | 31.12 | 23.46 | 49.34 | - |
| YUV | 137.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 186 | 0.09 | 0.40 | 0 | 0.27 | 287.2 | 0.35 | 0.58 |
| Hex | AA | 6F | BA | 9 | 28 | 0 | 1B | 11F | 23 | 3A |
| Octal | 252 | 157 | 272 | 11 | 50 | 0 | 33 | 437 | 43 | 72 |
| Binary | 10101010 | 1101111 | 10111010 | 1001 | 101000 | 0 | 11011 | 100011111 | 100011 | 111010 |
Color Harmonies of #AA6FBA
Complementary color
Monochromatic Colors of #AA6FBA
Black with #AA6FBA
Text Example
Text Example
White with #AA6FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6FBA; }
p { color: rgb(170,111,186); }
H1.HeaderClassName
{
color: #AA6FBA;
}
.AnyTagClassName
{
color: #AA6FBA;
}
</style>
background-color css
<style>
a { background-color: #AA6FBA; }
a { background-color: rgb(170,111,186); }
div.DivClassName
{
background-color: #AA6FBA;
}
.BgClassName
{
background-color: #AA6FBA;
}
</style>
border-color css
<style>
span { border-color: #AA6FBA; }
span { border-color: rgb(170,111,186); }
td.TdClassName
{
border-color: #AA6FBA;
}
.TagClassName
{
border-color: #AA6FBA;
}
</style>