Shades of Dark Violet #A917E0
Tints of Dark Violet #A917E0
RGB
CMYK
RGB Variations
Color information
#A917E0 (or 0xA917E0) is known color: Dark Violet. HEX triplet: A9, 17 and E0. RGB value is (169,23,224). Sum of RGB (Red+Green+Blue) = 169+23+224=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #A917E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A917E0 is #56E81F. Grayscale: #585858. Windows color (decimal): -5695520 or 14686121. OLE color: 14686121.
HSL color Cylindrical-coordinate representation of color #A917E0: hue angle of 283.58º degrees, saturation: 0.81, 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 #A917E0 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 23 | 224 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.12 |
| HSL | 283.58º | 0.81% | 0.48% | - |
| HSV(B) | 283.58º | 0.9% | 0.88% | - |
| XYZ | 30.12 | 14.43 | 71.72 | - |
| YUV | 89.57 | 203.87 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 23 | 224 | 0.25 | 0.90 | 0 | 0.12 | 283.58 | 0.81 | 0.48 |
| Hex | A9 | 17 | E0 | 19 | 5A | 0 | C | 11C | 51 | 30 |
| Octal | 251 | 27 | 340 | 31 | 132 | 0 | 14 | 434 | 121 | 60 |
| Binary | 10101001 | 10111 | 11100000 | 11001 | 1011010 | 0 | 1100 | 100011100 | 1010001 | 110000 |
Color Harmonies of #A917E0
Complementary color
Monochromatic Colors of #A917E0
Black with #A917E0
Text Example
Text Example
White with #A917E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A917E0; }
p { color: rgb(169,23,224); }
H1.HeaderClassName
{
color: #A917E0;
}
.AnyTagClassName
{
color: #A917E0;
}
</style>
background-color css
<style>
a { background-color: #A917E0; }
a { background-color: rgb(169,23,224); }
div.DivClassName
{
background-color: #A917E0;
}
.BgClassName
{
background-color: #A917E0;
}
</style>
border-color css
<style>
span { border-color: #A917E0; }
span { border-color: rgb(169,23,224); }
td.TdClassName
{
border-color: #A917E0;
}
.TagClassName
{
border-color: #A917E0;
}
</style>