Shades of Dark Violet #A701DD
Tints of Dark Violet #A701DD
RGB
CMYK
RGB Variations
Color information
#A701DD (or 0xA701DD) is known color: Dark Violet. HEX triplet: A7, 01 and DD. RGB value is (167,1,221). Sum of RGB (Red+Green+Blue) = 167+1+221=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #A701DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A701DD is #58FE22. Grayscale: #4B4B4B. Windows color (decimal): -5832227 or 14483879. OLE color: 14483879.
HSL color Cylindrical-coordinate representation of color #A701DD: hue angle of 285.27º 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 #A701DD is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 1 | 221 | - |
| CMYK | 0.24 | 1.00 | 0 | 0.13 |
| HSL | 285.27º | 0.99% | 0.44% | - |
| HSV(B) | 285.27º | 1% | 0.87% | - |
| XYZ | 29 | 13.46 | 69.48 | - |
| YUV | 75.71 | 210 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 221 | 0.24 | 1.00 | 0 | 0.13 | 285.27 | 0.99 | 0.44 |
| Hex | A7 | 1 | DD | 18 | 64 | 0 | D | 11D | 63 | 2C |
| Octal | 247 | 1 | 335 | 30 | 144 | 0 | 15 | 435 | 143 | 54 |
| Binary | 10100111 | 1 | 11011101 | 11000 | 1100100 | 0 | 1101 | 100011101 | 1100011 | 101100 |
Color Harmonies of #A701DD
Complementary color
Monochromatic Colors of #A701DD
Black with #A701DD
Text Example
Text Example
White with #A701DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A701DD; }
p { color: rgb(167,1,221); }
H1.HeaderClassName
{
color: #A701DD;
}
.AnyTagClassName
{
color: #A701DD;
}
</style>
background-color css
<style>
a { background-color: #A701DD; }
a { background-color: rgb(167,1,221); }
div.DivClassName
{
background-color: #A701DD;
}
.BgClassName
{
background-color: #A701DD;
}
</style>
border-color css
<style>
span { border-color: #A701DD; }
span { border-color: rgb(167,1,221); }
td.TdClassName
{
border-color: #A701DD;
}
.TagClassName
{
border-color: #A701DD;
}
</style>