Shades of Dark Violet #A016CF
Tints of Dark Violet #A016CF
RGB
CMYK
RGB Variations
Color information
#A016CF (or 0xA016CF) is known color: Dark Violet. HEX triplet: A0, 16 and CF. RGB value is (160,22,207). Sum of RGB (Red+Green+Blue) = 160+22+207=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #A016CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A016CF is #5FE930. Grayscale: #535353. Windows color (decimal): -6285617 or 13571744. OLE color: 13571744.
HSL color Cylindrical-coordinate representation of color #A016CF: hue angle of 284.76º degrees, saturation: 0.81, 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 #A016CF is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 22 | 207 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.19 |
| HSL | 284.76º | 0.81% | 0.45% | - |
| HSV(B) | 284.76º | 0.89% | 0.81% | - |
| XYZ | 26.05 | 12.55 | 60.08 | - |
| YUV | 84.35 | 197.22 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 207 | 0.23 | 0.89 | 0 | 0.19 | 284.76 | 0.81 | 0.45 |
| Hex | A0 | 16 | CF | 17 | 59 | 0 | 13 | 11D | 51 | 2D |
| Octal | 240 | 26 | 317 | 27 | 131 | 0 | 23 | 435 | 121 | 55 |
| Binary | 10100000 | 10110 | 11001111 | 10111 | 1011001 | 0 | 10011 | 100011101 | 1010001 | 101101 |
Color Harmonies of #A016CF
Complementary color
Monochromatic Colors of #A016CF
Black with #A016CF
Text Example
Text Example
White with #A016CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A016CF; }
p { color: rgb(160,22,207); }
H1.HeaderClassName
{
color: #A016CF;
}
.AnyTagClassName
{
color: #A016CF;
}
</style>
background-color css
<style>
a { background-color: #A016CF; }
a { background-color: rgb(160,22,207); }
div.DivClassName
{
background-color: #A016CF;
}
.BgClassName
{
background-color: #A016CF;
}
</style>
border-color css
<style>
span { border-color: #A016CF; }
span { border-color: rgb(160,22,207); }
td.TdClassName
{
border-color: #A016CF;
}
.TagClassName
{
border-color: #A016CF;
}
</style>