Shades of East Side #A184B6
Tints of East Side #A184B6
RGB
CMYK
RGB Variations
Color information
#A184B6 (or 0xA184B6) is known color: East Side. HEX triplet: A1, 84 and B6. RGB value is (161,132,182). Sum of RGB (Red+Green+Blue) = 161+132+182=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 182 - color contains mainly: blue. Hex color #A184B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184B6 is #5E7B49. Grayscale: #929292. Windows color (decimal): -6191946 or 11961505. OLE color: 11961505.
HSL color Cylindrical-coordinate representation of color #A184B6: hue angle of 274.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A184B6 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 132 | 182 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.29 |
| HSL | 274.8º | 0.26% | 0.62% | - |
| HSV(B) | 274.8º | 0.27% | 0.71% | - |
| XYZ | 31.39 | 27.46 | 47.9 | - |
| YUV | 146.37 | 148.11 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 182 | 0.12 | 0.27 | 0 | 0.29 | 274.8 | 0.26 | 0.62 |
| Hex | A1 | 84 | B6 | C | 1B | 0 | 1D | 113 | 1A | 3E |
| Octal | 241 | 204 | 266 | 14 | 33 | 0 | 35 | 423 | 32 | 76 |
| Binary | 10100001 | 10000100 | 10110110 | 1100 | 11011 | 0 | 11101 | 100010011 | 11010 | 111110 |
Color Harmonies of #A184B6
Complementary color
Monochromatic Colors of #A184B6
Black with #A184B6
Text Example
Text Example
White with #A184B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A184B6; }
p { color: rgb(161,132,182); }
H1.HeaderClassName
{
color: #A184B6;
}
.AnyTagClassName
{
color: #A184B6;
}
</style>
background-color css
<style>
a { background-color: #A184B6; }
a { background-color: rgb(161,132,182); }
div.DivClassName
{
background-color: #A184B6;
}
.BgClassName
{
background-color: #A184B6;
}
</style>
border-color css
<style>
span { border-color: #A184B6; }
span { border-color: rgb(161,132,182); }
td.TdClassName
{
border-color: #A184B6;
}
.TagClassName
{
border-color: #A184B6;
}
</style>