Shades of East Side #AA83B9
Tints of East Side #AA83B9
RGB
CMYK
RGB Variations
Color information
#AA83B9 (or 0xAA83B9) is known color: East Side. HEX triplet: AA, 83 and B9. RGB value is (170,131,185). Sum of RGB (Red+Green+Blue) = 170+131+185=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA83B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83B9 is #557C46. Grayscale: #949494. Windows color (decimal): -5602375 or 12157866. OLE color: 12157866.
HSL color Cylindrical-coordinate representation of color #AA83B9: hue angle of 283.33º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA83B9 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 131 | 185 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.27 |
| HSL | 283.33º | 0.28% | 0.62% | - |
| HSV(B) | 283.33º | 0.29% | 0.73% | - |
| XYZ | 33.45 | 28.28 | 49.59 | - |
| YUV | 148.82 | 148.42 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 185 | 0.08 | 0.29 | 0 | 0.27 | 283.33 | 0.28 | 0.62 |
| Hex | AA | 83 | B9 | 8 | 1D | 0 | 1B | 11B | 1C | 3E |
| Octal | 252 | 203 | 271 | 10 | 35 | 0 | 33 | 433 | 34 | 76 |
| Binary | 10101010 | 10000011 | 10111001 | 1000 | 11101 | 0 | 11011 | 100011011 | 11100 | 111110 |
Color Harmonies of #AA83B9
Complementary color
Monochromatic Colors of #AA83B9
Black with #AA83B9
Text Example
Text Example
White with #AA83B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA83B9; }
p { color: rgb(170,131,185); }
H1.HeaderClassName
{
color: #AA83B9;
}
.AnyTagClassName
{
color: #AA83B9;
}
</style>
background-color css
<style>
a { background-color: #AA83B9; }
a { background-color: rgb(170,131,185); }
div.DivClassName
{
background-color: #AA83B9;
}
.BgClassName
{
background-color: #AA83B9;
}
</style>
border-color css
<style>
span { border-color: #AA83B9; }
span { border-color: rgb(170,131,185); }
td.TdClassName
{
border-color: #AA83B9;
}
.TagClassName
{
border-color: #AA83B9;
}
</style>