Shades of Dark Violet #A701DA
Tints of Dark Violet #A701DA
RGB
CMYK
RGB Variations
Color information
#A701DA (or 0xA701DA) is known color: Dark Violet. HEX triplet: A7, 01 and DA. RGB value is (167,1,218). Sum of RGB (Red+Green+Blue) = 167+1+218=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #A701DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A701DA is #58FE25. Grayscale: #4A4A4A. Windows color (decimal): -5832230 or 14287271. OLE color: 14287271.
HSL color Cylindrical-coordinate representation of color #A701DA: hue angle of 285.9º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A701DA is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 1 | 218 | - |
| CMYK | 0.23 | 1.00 | 0 | 0.15 |
| HSL | 285.9º | 0.99% | 0.43% | - |
| HSV(B) | 285.9º | 1% | 0.85% | - |
| XYZ | 28.6 | 13.3 | 67.39 | - |
| YUV | 75.37 | 208.5 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 218 | 0.23 | 1.00 | 0 | 0.15 | 285.9 | 0.99 | 0.43 |
| Hex | A7 | 1 | DA | 17 | 64 | 0 | F | 11E | 63 | 2B |
| Octal | 247 | 1 | 332 | 27 | 144 | 0 | 17 | 436 | 143 | 53 |
| Binary | 10100111 | 1 | 11011010 | 10111 | 1100100 | 0 | 1111 | 100011110 | 1100011 | 101011 |
Color Harmonies of #A701DA
Complementary color
Monochromatic Colors of #A701DA
Black with #A701DA
Text Example
Text Example
White with #A701DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A701DA; }
p { color: rgb(167,1,218); }
H1.HeaderClassName
{
color: #A701DA;
}
.AnyTagClassName
{
color: #A701DA;
}
</style>
background-color css
<style>
a { background-color: #A701DA; }
a { background-color: rgb(167,1,218); }
div.DivClassName
{
background-color: #A701DA;
}
.BgClassName
{
background-color: #A701DA;
}
</style>
border-color css
<style>
span { border-color: #A701DA; }
span { border-color: rgb(167,1,218); }
td.TdClassName
{
border-color: #A701DA;
}
.TagClassName
{
border-color: #A701DA;
}
</style>