Shades of Dark Violet #A714DF
Tints of Dark Violet #A714DF
RGB
CMYK
RGB Variations
Color information
#A714DF (or 0xA714DF) is known color: Dark Violet. HEX triplet: A7, 14 and DF. RGB value is (167,20,223). Sum of RGB (Red+Green+Blue) = 167+20+223=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #A714DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A714DF is #58EB20. Grayscale: #565656. Windows color (decimal): -5827361 or 14619815. OLE color: 14619815.
HSL color Cylindrical-coordinate representation of color #A714DF: hue angle of 283.45º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A714DF is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 20 | 223 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.13 |
| HSL | 283.45º | 0.84% | 0.48% | - |
| HSV(B) | 283.45º | 0.91% | 0.87% | - |
| XYZ | 29.51 | 14.04 | 70.97 | - |
| YUV | 87.1 | 204.7 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 20 | 223 | 0.25 | 0.91 | 0 | 0.13 | 283.45 | 0.84 | 0.48 |
| Hex | A7 | 14 | DF | 19 | 5B | 0 | D | 11B | 54 | 30 |
| Octal | 247 | 24 | 337 | 31 | 133 | 0 | 15 | 433 | 124 | 60 |
| Binary | 10100111 | 10100 | 11011111 | 11001 | 1011011 | 0 | 1101 | 100011011 | 1010100 | 110000 |
Color Harmonies of #A714DF
Complementary color
Monochromatic Colors of #A714DF
Black with #A714DF
Text Example
Text Example
White with #A714DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A714DF; }
p { color: rgb(167,20,223); }
H1.HeaderClassName
{
color: #A714DF;
}
.AnyTagClassName
{
color: #A714DF;
}
</style>
background-color css
<style>
a { background-color: #A714DF; }
a { background-color: rgb(167,20,223); }
div.DivClassName
{
background-color: #A714DF;
}
.BgClassName
{
background-color: #A714DF;
}
</style>
border-color css
<style>
span { border-color: #A714DF; }
span { border-color: rgb(167,20,223); }
td.TdClassName
{
border-color: #A714DF;
}
.TagClassName
{
border-color: #A714DF;
}
</style>