Shades of Dark Violet #A017E0
Tints of Dark Violet #A017E0
RGB
CMYK
RGB Variations
Color information
#A017E0 (or 0xA017E0) is known color: Dark Violet. HEX triplet: A0, 17 and E0. RGB value is (160,23,224). Sum of RGB (Red+Green+Blue) = 160+23+224=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 224 (87.89% from 255 or 55.04% from 407); Max value from RGB is 224 - color contains mainly: blue. Hex color #A017E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A017E0 is #5FE81F. Grayscale: #565656. Windows color (decimal): -6285344 or 14686112. OLE color: 14686112.
HSL color Cylindrical-coordinate representation of color #A017E0: hue angle of 280.9º 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 #A017E0 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 23 | 224 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.12 |
| HSL | 280.9º | 0.81% | 0.48% | - |
| HSV(B) | 280.9º | 0.9% | 0.88% | - |
| XYZ | 28.26 | 13.47 | 71.63 | - |
| YUV | 86.88 | 205.39 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 224 | 0.29 | 0.90 | 0 | 0.12 | 280.9 | 0.81 | 0.48 |
| Hex | A0 | 17 | E0 | 1D | 5A | 0 | C | 119 | 51 | 30 |
| Octal | 240 | 27 | 340 | 35 | 132 | 0 | 14 | 431 | 121 | 60 |
| Binary | 10100000 | 10111 | 11100000 | 11101 | 1011010 | 0 | 1100 | 100011001 | 1010001 | 110000 |
Color Harmonies of #A017E0
Complementary color
Monochromatic Colors of #A017E0
Black with #A017E0
Text Example
Text Example
White with #A017E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A017E0; }
p { color: rgb(160,23,224); }
H1.HeaderClassName
{
color: #A017E0;
}
.AnyTagClassName
{
color: #A017E0;
}
</style>
background-color css
<style>
a { background-color: #A017E0; }
a { background-color: rgb(160,23,224); }
div.DivClassName
{
background-color: #A017E0;
}
.BgClassName
{
background-color: #A017E0;
}
</style>
border-color css
<style>
span { border-color: #A017E0; }
span { border-color: rgb(160,23,224); }
td.TdClassName
{
border-color: #A017E0;
}
.TagClassName
{
border-color: #A017E0;
}
</style>