Shades of East Side #A281BB
Tints of East Side #A281BB
RGB
CMYK
RGB Variations
Color information
#A281BB (or 0xA281BB) is known color: East Side. HEX triplet: A2, 81 and BB. RGB value is (162,129,187). Sum of RGB (Red+Green+Blue) = 162+129+187=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #A281BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A281BB is #5D7E44. Grayscale: #919191. Windows color (decimal): -6127173 or 12288418. OLE color: 12288418.
HSL color Cylindrical-coordinate representation of color #A281BB: hue angle of 274.14º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A281BB is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 129 | 187 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.27 |
| HSL | 274.14º | 0.3% | 0.62% | - |
| HSV(B) | 274.14º | 0.31% | 0.73% | - |
| XYZ | 31.72 | 26.97 | 50.55 | - |
| YUV | 145.48 | 151.43 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 187 | 0.13 | 0.31 | 0 | 0.27 | 274.14 | 0.3 | 0.62 |
| Hex | A2 | 81 | BB | D | 1F | 0 | 1B | 112 | 1E | 3E |
| Octal | 242 | 201 | 273 | 15 | 37 | 0 | 33 | 422 | 36 | 76 |
| Binary | 10100010 | 10000001 | 10111011 | 1101 | 11111 | 0 | 11011 | 100010010 | 11110 | 111110 |
Color Harmonies of #A281BB
Complementary color
Monochromatic Colors of #A281BB
Black with #A281BB
Text Example
Text Example
White with #A281BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A281BB; }
p { color: rgb(162,129,187); }
H1.HeaderClassName
{
color: #A281BB;
}
.AnyTagClassName
{
color: #A281BB;
}
</style>
background-color css
<style>
a { background-color: #A281BB; }
a { background-color: rgb(162,129,187); }
div.DivClassName
{
background-color: #A281BB;
}
.BgClassName
{
background-color: #A281BB;
}
</style>
border-color css
<style>
span { border-color: #A281BB; }
span { border-color: rgb(162,129,187); }
td.TdClassName
{
border-color: #A281BB;
}
.TagClassName
{
border-color: #A281BB;
}
</style>