Shades of East Side #A981BE
Tints of East Side #A981BE
RGB
CMYK
RGB Variations
Color information
#A981BE (or 0xA981BE) is known color: East Side. HEX triplet: A9, 81 and BE. RGB value is (169,129,190). Sum of RGB (Red+Green+Blue) = 169+129+190=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #A981BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A981BE is #567E41. Grayscale: #939393. Windows color (decimal): -5668418 or 12485033. OLE color: 12485033.
HSL color Cylindrical-coordinate representation of color #A981BE: hue angle of 279.34º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A981BE is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 129 | 190 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.25 |
| HSL | 279.34º | 0.32% | 0.63% | - |
| HSV(B) | 279.34º | 0.32% | 0.75% | - |
| XYZ | 33.51 | 27.85 | 52.33 | - |
| YUV | 147.91 | 151.75 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 190 | 0.11 | 0.32 | 0 | 0.25 | 279.34 | 0.32 | 0.63 |
| Hex | A9 | 81 | BE | B | 20 | 0 | 19 | 117 | 20 | 3F |
| Octal | 251 | 201 | 276 | 13 | 40 | 0 | 31 | 427 | 40 | 77 |
| Binary | 10101001 | 10000001 | 10111110 | 1011 | 100000 | 0 | 11001 | 100010111 | 100000 | 111111 |
Color Harmonies of #A981BE
Complementary color
Monochromatic Colors of #A981BE
Black with #A981BE
Text Example
Text Example
White with #A981BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A981BE; }
p { color: rgb(169,129,190); }
H1.HeaderClassName
{
color: #A981BE;
}
.AnyTagClassName
{
color: #A981BE;
}
</style>
background-color css
<style>
a { background-color: #A981BE; }
a { background-color: rgb(169,129,190); }
div.DivClassName
{
background-color: #A981BE;
}
.BgClassName
{
background-color: #A981BE;
}
</style>
border-color css
<style>
span { border-color: #A981BE; }
span { border-color: rgb(169,129,190); }
td.TdClassName
{
border-color: #A981BE;
}
.TagClassName
{
border-color: #A981BE;
}
</style>