Shades of East Side #A181B1
Tints of East Side #A181B1
RGB
CMYK
RGB Variations
Color information
#A181B1 (or 0xA181B1) is known color: East Side. HEX triplet: A1, 81 and B1. RGB value is (161,129,177). Sum of RGB (Red+Green+Blue) = 161+129+177=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 177 - color contains mainly: blue. Hex color #A181B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A181B1 is #5E7E4E. Grayscale: #8F8F8F. Windows color (decimal): -6192719 or 11633057. OLE color: 11633057.
HSL color Cylindrical-coordinate representation of color #A181B1: hue angle of 280º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A181B1 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 129 | 177 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.31 |
| HSL | 280º | 0.24% | 0.6% | - |
| HSV(B) | 280º | 0.27% | 0.69% | - |
| XYZ | 30.48 | 26.45 | 45.09 | - |
| YUV | 144.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 177 | 0.09 | 0.27 | 0 | 0.31 | 280 | 0.24 | 0.6 |
| Hex | A1 | 81 | B1 | 9 | 1B | 0 | 1F | 118 | 18 | 3C |
| Octal | 241 | 201 | 261 | 11 | 33 | 0 | 37 | 430 | 30 | 74 |
| Binary | 10100001 | 10000001 | 10110001 | 1001 | 11011 | 0 | 11111 | 100011000 | 11000 | 111100 |
Color Harmonies of #A181B1
Complementary color
Monochromatic Colors of #A181B1
Black with #A181B1
Text Example
Text Example
White with #A181B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A181B1; }
p { color: rgb(161,129,177); }
H1.HeaderClassName
{
color: #A181B1;
}
.AnyTagClassName
{
color: #A181B1;
}
</style>
background-color css
<style>
a { background-color: #A181B1; }
a { background-color: rgb(161,129,177); }
div.DivClassName
{
background-color: #A181B1;
}
.BgClassName
{
background-color: #A181B1;
}
</style>
border-color css
<style>
span { border-color: #A181B1; }
span { border-color: rgb(161,129,177); }
td.TdClassName
{
border-color: #A181B1;
}
.TagClassName
{
border-color: #A181B1;
}
</style>