Shades of East Side #A981CF
Tints of East Side #A981CF
RGB
CMYK
RGB Variations
Color information
#A981CF (or 0xA981CF) is known color: East Side. HEX triplet: A9, 81 and CF. RGB value is (169,129,207). Sum of RGB (Red+Green+Blue) = 169+129+207=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #A981CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A981CF is #567E30. Grayscale: #959595. Windows color (decimal): -5668401 or 13599145. OLE color: 13599145.
HSL color Cylindrical-coordinate representation of color #A981CF: hue angle of 270.77º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A981CF is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 129 | 207 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.19 |
| HSL | 270.77º | 0.45% | 0.66% | - |
| HSV(B) | 270.77º | 0.38% | 0.81% | - |
| XYZ | 35.47 | 28.64 | 62.69 | - |
| YUV | 149.85 | 160.25 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 207 | 0.18 | 0.38 | 0 | 0.19 | 270.77 | 0.45 | 0.66 |
| Hex | A9 | 81 | CF | 12 | 26 | 0 | 13 | 10F | 2D | 42 |
| Octal | 251 | 201 | 317 | 22 | 46 | 0 | 23 | 417 | 55 | 102 |
| Binary | 10101001 | 10000001 | 11001111 | 10010 | 100110 | 0 | 10011 | 100001111 | 101101 | 1000010 |
Color Harmonies of #A981CF
Complementary color
Monochromatic Colors of #A981CF
Black with #A981CF
Text Example
Text Example
White with #A981CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A981CF; }
p { color: rgb(169,129,207); }
H1.HeaderClassName
{
color: #A981CF;
}
.AnyTagClassName
{
color: #A981CF;
}
</style>
background-color css
<style>
a { background-color: #A981CF; }
a { background-color: rgb(169,129,207); }
div.DivClassName
{
background-color: #A981CF;
}
.BgClassName
{
background-color: #A981CF;
}
</style>
border-color css
<style>
span { border-color: #A981CF; }
span { border-color: rgb(169,129,207); }
td.TdClassName
{
border-color: #A981CF;
}
.TagClassName
{
border-color: #A981CF;
}
</style>