Shades of East Side #A184BA
Tints of East Side #A184BA
RGB
CMYK
RGB Variations
Color information
#A184BA (or 0xA184BA) is known color: East Side. HEX triplet: A1, 84 and BA. RGB value is (161,132,186). Sum of RGB (Red+Green+Blue) = 161+132+186=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #A184BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184BA is #5E7B45. Grayscale: #929292. Windows color (decimal): -6191942 or 12223649. OLE color: 12223649.
HSL color Cylindrical-coordinate representation of color #A184BA: hue angle of 272.22º 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 #A184BA is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 132 | 186 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.27 |
| HSL | 272.22º | 0.28% | 0.62% | - |
| HSV(B) | 272.22º | 0.29% | 0.73% | - |
| XYZ | 31.81 | 27.62 | 50.11 | - |
| YUV | 146.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 186 | 0.13 | 0.29 | 0 | 0.27 | 272.22 | 0.28 | 0.62 |
| Hex | A1 | 84 | BA | D | 1D | 0 | 1B | 110 | 1C | 3E |
| Octal | 241 | 204 | 272 | 15 | 35 | 0 | 33 | 420 | 34 | 76 |
| Binary | 10100001 | 10000100 | 10111010 | 1101 | 11101 | 0 | 11011 | 100010000 | 11100 | 111110 |
Color Harmonies of #A184BA
Complementary color
Monochromatic Colors of #A184BA
Black with #A184BA
Text Example
Text Example
White with #A184BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A184BA; }
p { color: rgb(161,132,186); }
H1.HeaderClassName
{
color: #A184BA;
}
.AnyTagClassName
{
color: #A184BA;
}
</style>
background-color css
<style>
a { background-color: #A184BA; }
a { background-color: rgb(161,132,186); }
div.DivClassName
{
background-color: #A184BA;
}
.BgClassName
{
background-color: #A184BA;
}
</style>
border-color css
<style>
span { border-color: #A184BA; }
span { border-color: rgb(161,132,186); }
td.TdClassName
{
border-color: #A184BA;
}
.TagClassName
{
border-color: #A184BA;
}
</style>