Shades of East Side #A185B5
Tints of East Side #A185B5
RGB
CMYK
RGB Variations
Color information
#A185B5 (or 0xA185B5) is known color: East Side. HEX triplet: A1, 85 and B5. RGB value is (161,133,181). Sum of RGB (Red+Green+Blue) = 161+133+181=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 181 - color contains mainly: blue. Hex color #A185B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185B5 is #5E7A4A. Grayscale: #929292. Windows color (decimal): -6191691 or 11896225. OLE color: 11896225.
HSL color Cylindrical-coordinate representation of color #A185B5: hue angle of 275º degrees, saturation: 0.24, 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 #A185B5 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 133 | 181 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.29 |
| HSL | 275º | 0.24% | 0.62% | - |
| HSV(B) | 275º | 0.27% | 0.71% | - |
| XYZ | 31.43 | 27.69 | 47.4 | - |
| YUV | 146.84 | 147.28 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 181 | 0.11 | 0.27 | 0 | 0.29 | 275 | 0.24 | 0.62 |
| Hex | A1 | 85 | B5 | B | 1B | 0 | 1D | 113 | 18 | 3E |
| Octal | 241 | 205 | 265 | 13 | 33 | 0 | 35 | 423 | 30 | 76 |
| Binary | 10100001 | 10000101 | 10110101 | 1011 | 11011 | 0 | 11101 | 100010011 | 11000 | 111110 |
Color Harmonies of #A185B5
Complementary color
Monochromatic Colors of #A185B5
Black with #A185B5
Text Example
Text Example
White with #A185B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A185B5; }
p { color: rgb(161,133,181); }
H1.HeaderClassName
{
color: #A185B5;
}
.AnyTagClassName
{
color: #A185B5;
}
</style>
background-color css
<style>
a { background-color: #A185B5; }
a { background-color: rgb(161,133,181); }
div.DivClassName
{
background-color: #A185B5;
}
.BgClassName
{
background-color: #A185B5;
}
</style>
border-color css
<style>
span { border-color: #A185B5; }
span { border-color: rgb(161,133,181); }
td.TdClassName
{
border-color: #A185B5;
}
.TagClassName
{
border-color: #A185B5;
}
</style>