Shades of East Side #A981C5
Tints of East Side #A981C5
RGB
CMYK
RGB Variations
Color information
#A981C5 (or 0xA981C5) is known color: East Side. HEX triplet: A9, 81 and C5. RGB value is (169,129,197). Sum of RGB (Red+Green+Blue) = 169+129+197=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 197 - color contains mainly: blue. Hex color #A981C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A981C5 is #567E3A. Grayscale: #949494. Windows color (decimal): -5668411 or 12943785. OLE color: 12943785.
HSL color Cylindrical-coordinate representation of color #A981C5: hue angle of 275.29º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A981C5 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 129 | 197 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.23 |
| HSL | 275.29º | 0.37% | 0.64% | - |
| HSV(B) | 275.29º | 0.35% | 0.77% | - |
| XYZ | 34.29 | 28.17 | 56.45 | - |
| YUV | 148.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 197 | 0.14 | 0.35 | 0 | 0.23 | 275.29 | 0.37 | 0.64 |
| Hex | A9 | 81 | C5 | E | 23 | 0 | 17 | 113 | 25 | 40 |
| Octal | 251 | 201 | 305 | 16 | 43 | 0 | 27 | 423 | 45 | 100 |
| Binary | 10101001 | 10000001 | 11000101 | 1110 | 100011 | 0 | 10111 | 100010011 | 100101 | 1000000 |
Color Harmonies of #A981C5
Complementary color
Monochromatic Colors of #A981C5
Black with #A981C5
Text Example
Text Example
White with #A981C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A981C5; }
p { color: rgb(169,129,197); }
H1.HeaderClassName
{
color: #A981C5;
}
.AnyTagClassName
{
color: #A981C5;
}
</style>
background-color css
<style>
a { background-color: #A981C5; }
a { background-color: rgb(169,129,197); }
div.DivClassName
{
background-color: #A981C5;
}
.BgClassName
{
background-color: #A981C5;
}
</style>
border-color css
<style>
span { border-color: #A981C5; }
span { border-color: rgb(169,129,197); }
td.TdClassName
{
border-color: #A981C5;
}
.TagClassName
{
border-color: #A981C5;
}
</style>