Shades of Dark Violet #A712DF
Tints of Dark Violet #A712DF
RGB
CMYK
RGB Variations
Color information
#A712DF (or 0xA712DF) is known color: Dark Violet. HEX triplet: A7, 12 and DF. RGB value is (167,18,223). Sum of RGB (Red+Green+Blue) = 167+18+223=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #A712DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A712DF is #58ED20. Grayscale: #555555. Windows color (decimal): -5827873 or 14619303. OLE color: 14619303.
HSL color Cylindrical-coordinate representation of color #A712DF: hue angle of 283.61º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A712DF is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 18 | 223 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.13 |
| HSL | 283.61º | 0.85% | 0.47% | - |
| HSV(B) | 283.61º | 0.92% | 0.87% | - |
| XYZ | 29.47 | 13.98 | 70.96 | - |
| YUV | 85.92 | 205.36 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 18 | 223 | 0.25 | 0.92 | 0 | 0.13 | 283.61 | 0.85 | 0.47 |
| Hex | A7 | 12 | DF | 19 | 5C | 0 | D | 11C | 55 | 2F |
| Octal | 247 | 22 | 337 | 31 | 134 | 0 | 15 | 434 | 125 | 57 |
| Binary | 10100111 | 10010 | 11011111 | 11001 | 1011100 | 0 | 1101 | 100011100 | 1010101 | 101111 |
Color Harmonies of #A712DF
Complementary color
Monochromatic Colors of #A712DF
Black with #A712DF
Text Example
Text Example
White with #A712DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A712DF; }
p { color: rgb(167,18,223); }
H1.HeaderClassName
{
color: #A712DF;
}
.AnyTagClassName
{
color: #A712DF;
}
</style>
background-color css
<style>
a { background-color: #A712DF; }
a { background-color: rgb(167,18,223); }
div.DivClassName
{
background-color: #A712DF;
}
.BgClassName
{
background-color: #A712DF;
}
</style>
border-color css
<style>
span { border-color: #A712DF; }
span { border-color: rgb(167,18,223); }
td.TdClassName
{
border-color: #A712DF;
}
.TagClassName
{
border-color: #A712DF;
}
</style>