Shades of East Side #A185B0
Tints of East Side #A185B0
RGB
CMYK
RGB Variations
Color information
#A185B0 (or 0xA185B0) is known color: East Side. HEX triplet: A1, 85 and B0. RGB value is (161,133,176). Sum of RGB (Red+Green+Blue) = 161+133+176=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 176 - color contains mainly: blue. Hex color #A185B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A185B0 is #5E7A4F. Grayscale: #929292. Windows color (decimal): -6191696 or 11568545. OLE color: 11568545.
HSL color Cylindrical-coordinate representation of color #A185B0: hue angle of 279.07º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A185B0 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 133 | 176 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.31 |
| HSL | 279.07º | 0.21% | 0.61% | - |
| HSV(B) | 279.07º | 0.24% | 0.69% | - |
| XYZ | 30.92 | 27.49 | 44.75 | - |
| YUV | 146.27 | 144.78 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 176 | 0.09 | 0.24 | 0 | 0.31 | 279.07 | 0.21 | 0.61 |
| Hex | A1 | 85 | B0 | 9 | 18 | 0 | 1F | 117 | 15 | 3D |
| Octal | 241 | 205 | 260 | 11 | 30 | 0 | 37 | 427 | 25 | 75 |
| Binary | 10100001 | 10000101 | 10110000 | 1001 | 11000 | 0 | 11111 | 100010111 | 10101 | 111101 |
Color Harmonies of #A185B0
Complementary color
Monochromatic Colors of #A185B0
Black with #A185B0
Text Example
Text Example
White with #A185B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A185B0; }
p { color: rgb(161,133,176); }
H1.HeaderClassName
{
color: #A185B0;
}
.AnyTagClassName
{
color: #A185B0;
}
</style>
background-color css
<style>
a { background-color: #A185B0; }
a { background-color: rgb(161,133,176); }
div.DivClassName
{
background-color: #A185B0;
}
.BgClassName
{
background-color: #A185B0;
}
</style>
border-color css
<style>
span { border-color: #A185B0; }
span { border-color: rgb(161,133,176); }
td.TdClassName
{
border-color: #A185B0;
}
.TagClassName
{
border-color: #A185B0;
}
</style>