Shades of Dark Violet #A017CF
Tints of Dark Violet #A017CF
RGB
CMYK
RGB Variations
Color information
#A017CF (or 0xA017CF) is known color: Dark Violet. HEX triplet: A0, 17 and CF. RGB value is (160,23,207). Sum of RGB (Red+Green+Blue) = 160+23+207=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #A017CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A017CF is #5FE830. Grayscale: #545454. Windows color (decimal): -6285361 or 13572000. OLE color: 13572000.
HSL color Cylindrical-coordinate representation of color #A017CF: hue angle of 284.67º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A017CF is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 23 | 207 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.19 |
| HSL | 284.67º | 0.8% | 0.45% | - |
| HSV(B) | 284.67º | 0.89% | 0.81% | - |
| XYZ | 26.07 | 12.59 | 60.09 | - |
| YUV | 84.94 | 196.89 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 207 | 0.23 | 0.89 | 0 | 0.19 | 284.67 | 0.8 | 0.45 |
| Hex | A0 | 17 | CF | 17 | 59 | 0 | 13 | 11D | 50 | 2D |
| Octal | 240 | 27 | 317 | 27 | 131 | 0 | 23 | 435 | 120 | 55 |
| Binary | 10100000 | 10111 | 11001111 | 10111 | 1011001 | 0 | 10011 | 100011101 | 1010000 | 101101 |
Color Harmonies of #A017CF
Complementary color
Monochromatic Colors of #A017CF
Black with #A017CF
Text Example
Text Example
White with #A017CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A017CF; }
p { color: rgb(160,23,207); }
H1.HeaderClassName
{
color: #A017CF;
}
.AnyTagClassName
{
color: #A017CF;
}
</style>
background-color css
<style>
a { background-color: #A017CF; }
a { background-color: rgb(160,23,207); }
div.DivClassName
{
background-color: #A017CF;
}
.BgClassName
{
background-color: #A017CF;
}
</style>
border-color css
<style>
span { border-color: #A017CF; }
span { border-color: rgb(160,23,207); }
td.TdClassName
{
border-color: #A017CF;
}
.TagClassName
{
border-color: #A017CF;
}
</style>