Shades of Dark Violet #A701DF
Tints of Dark Violet #A701DF
RGB
CMYK
RGB Variations
Color information
#A701DF (or 0xA701DF) is known color: Dark Violet. HEX triplet: A7, 01 and DF. RGB value is (167,1,223). Sum of RGB (Red+Green+Blue) = 167+1+223=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #A701DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A701DF is #58FE20. Grayscale: #4B4B4B. Windows color (decimal): -5832225 or 14614951. OLE color: 14614951.
HSL color Cylindrical-coordinate representation of color #A701DF: hue angle of 284.86º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A701DF is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 1 | 223 | - |
| CMYK | 0.25 | 1.00 | 0 | 0.13 |
| HSL | 284.86º | 0.99% | 0.44% | - |
| HSV(B) | 284.86º | 1% | 0.87% | - |
| XYZ | 29.27 | 13.56 | 70.89 | - |
| YUV | 75.94 | 211 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 223 | 0.25 | 1.00 | 0 | 0.13 | 284.86 | 0.99 | 0.44 |
| Hex | A7 | 1 | DF | 19 | 64 | 0 | D | 11D | 63 | 2C |
| Octal | 247 | 1 | 337 | 31 | 144 | 0 | 15 | 435 | 143 | 54 |
| Binary | 10100111 | 1 | 11011111 | 11001 | 1100100 | 0 | 1101 | 100011101 | 1100011 | 101100 |
Color Harmonies of #A701DF
Complementary color
Monochromatic Colors of #A701DF
Black with #A701DF
Text Example
Text Example
White with #A701DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A701DF; }
p { color: rgb(167,1,223); }
H1.HeaderClassName
{
color: #A701DF;
}
.AnyTagClassName
{
color: #A701DF;
}
</style>
background-color css
<style>
a { background-color: #A701DF; }
a { background-color: rgb(167,1,223); }
div.DivClassName
{
background-color: #A701DF;
}
.BgClassName
{
background-color: #A701DF;
}
</style>
border-color css
<style>
span { border-color: #A701DF; }
span { border-color: rgb(167,1,223); }
td.TdClassName
{
border-color: #A701DF;
}
.TagClassName
{
border-color: #A701DF;
}
</style>