Shades of Dark Violet #A014CF
Tints of Dark Violet #A014CF
RGB
CMYK
RGB Variations
Color information
#A014CF (or 0xA014CF) is known color: Dark Violet. HEX triplet: A0, 14 and CF. RGB value is (160,20,207). Sum of RGB (Red+Green+Blue) = 160+20+207=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #A014CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A014CF is #5FEB30. Grayscale: #525252. Windows color (decimal): -6286129 or 13571232. OLE color: 13571232.
HSL color Cylindrical-coordinate representation of color #A014CF: hue angle of 284.92º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A014CF is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 20 | 207 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.19 |
| HSL | 284.92º | 0.82% | 0.45% | - |
| HSV(B) | 284.92º | 0.9% | 0.81% | - |
| XYZ | 26.01 | 12.48 | 60.07 | - |
| YUV | 83.18 | 197.88 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 207 | 0.23 | 0.90 | 0 | 0.19 | 284.92 | 0.82 | 0.45 |
| Hex | A0 | 14 | CF | 17 | 5A | 0 | 13 | 11D | 52 | 2D |
| Octal | 240 | 24 | 317 | 27 | 132 | 0 | 23 | 435 | 122 | 55 |
| Binary | 10100000 | 10100 | 11001111 | 10111 | 1011010 | 0 | 10011 | 100011101 | 1010010 | 101101 |
Color Harmonies of #A014CF
Complementary color
Monochromatic Colors of #A014CF
Black with #A014CF
Text Example
Text Example
White with #A014CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A014CF; }
p { color: rgb(160,20,207); }
H1.HeaderClassName
{
color: #A014CF;
}
.AnyTagClassName
{
color: #A014CF;
}
</style>
background-color css
<style>
a { background-color: #A014CF; }
a { background-color: rgb(160,20,207); }
div.DivClassName
{
background-color: #A014CF;
}
.BgClassName
{
background-color: #A014CF;
}
</style>
border-color css
<style>
span { border-color: #A014CF; }
span { border-color: rgb(160,20,207); }
td.TdClassName
{
border-color: #A014CF;
}
.TagClassName
{
border-color: #A014CF;
}
</style>