Shades of East Side #A181BC
Tints of East Side #A181BC
RGB
CMYK
RGB Variations
Color information
#A181BC (or 0xA181BC) is known color: East Side. HEX triplet: A1, 81 and BC. RGB value is (161,129,188). Sum of RGB (Red+Green+Blue) = 161+129+188=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #A181BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A181BC is #5E7E43. Grayscale: #919191. Windows color (decimal): -6192708 or 12353953. OLE color: 12353953.
HSL color Cylindrical-coordinate representation of color #A181BC: hue angle of 272.54º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A181BC is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 129 | 188 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.26 |
| HSL | 272.54º | 0.31% | 0.62% | - |
| HSV(B) | 272.54º | 0.31% | 0.74% | - |
| XYZ | 31.63 | 26.91 | 51.1 | - |
| YUV | 145.29 | 152.1 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 188 | 0.14 | 0.31 | 0 | 0.26 | 272.54 | 0.31 | 0.62 |
| Hex | A1 | 81 | BC | E | 1F | 0 | 1A | 111 | 1F | 3E |
| Octal | 241 | 201 | 274 | 16 | 37 | 0 | 32 | 421 | 37 | 76 |
| Binary | 10100001 | 10000001 | 10111100 | 1110 | 11111 | 0 | 11010 | 100010001 | 11111 | 111110 |
Color Harmonies of #A181BC
Complementary color
Monochromatic Colors of #A181BC
Black with #A181BC
Text Example
Text Example
White with #A181BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A181BC; }
p { color: rgb(161,129,188); }
H1.HeaderClassName
{
color: #A181BC;
}
.AnyTagClassName
{
color: #A181BC;
}
</style>
background-color css
<style>
a { background-color: #A181BC; }
a { background-color: rgb(161,129,188); }
div.DivClassName
{
background-color: #A181BC;
}
.BgClassName
{
background-color: #A181BC;
}
</style>
border-color css
<style>
span { border-color: #A181BC; }
span { border-color: rgb(161,129,188); }
td.TdClassName
{
border-color: #A181BC;
}
.TagClassName
{
border-color: #A181BC;
}
</style>