Shades of Dark Violet #A916E1
Tints of Dark Violet #A916E1
RGB
CMYK
RGB Variations
Color information
#A916E1 (or 0xA916E1) is known color: Dark Violet. HEX triplet: A9, 16 and E1. RGB value is (169,22,225). Sum of RGB (Red+Green+Blue) = 169+22+225=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 225 (88.28% from 255 or 54.09% from 416); Max value from RGB is 225 - color contains mainly: blue. Hex color #A916E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A916E1 is #56E91E. Grayscale: #585858. Windows color (decimal): -5695775 or 14751401. OLE color: 14751401.
HSL color Cylindrical-coordinate representation of color #A916E1: hue angle of 283.45º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A916E1 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 22 | 225 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.12 |
| HSL | 283.45º | 0.82% | 0.48% | - |
| HSV(B) | 283.45º | 0.9% | 0.88% | - |
| XYZ | 30.24 | 14.45 | 72.43 | - |
| YUV | 89.1 | 204.7 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 22 | 225 | 0.25 | 0.90 | 0 | 0.12 | 283.45 | 0.82 | 0.48 |
| Hex | A9 | 16 | E1 | 19 | 5A | 0 | C | 11B | 52 | 30 |
| Octal | 251 | 26 | 341 | 31 | 132 | 0 | 14 | 433 | 122 | 60 |
| Binary | 10101001 | 10110 | 11100001 | 11001 | 1011010 | 0 | 1100 | 100011011 | 1010010 | 110000 |
Color Harmonies of #A916E1
Complementary color
Monochromatic Colors of #A916E1
Black with #A916E1
Text Example
Text Example
White with #A916E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A916E1; }
p { color: rgb(169,22,225); }
H1.HeaderClassName
{
color: #A916E1;
}
.AnyTagClassName
{
color: #A916E1;
}
</style>
background-color css
<style>
a { background-color: #A916E1; }
a { background-color: rgb(169,22,225); }
div.DivClassName
{
background-color: #A916E1;
}
.BgClassName
{
background-color: #A916E1;
}
</style>
border-color css
<style>
span { border-color: #A916E1; }
span { border-color: rgb(169,22,225); }
td.TdClassName
{
border-color: #A916E1;
}
.TagClassName
{
border-color: #A916E1;
}
</style>