Shades of Dark Violet #A701D1
Tints of Dark Violet #A701D1
RGB
CMYK
RGB Variations
Color information
#A701D1 (or 0xA701D1) is known color: Dark Violet. HEX triplet: A7, 01 and D1. RGB value is (167,1,209). Sum of RGB (Red+Green+Blue) = 167+1+209=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 209 (82.03% from 255 or 55.44% from 377); Max value from RGB is 209 - color contains mainly: blue. Hex color #A701D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A701D1 is #58FE2E. Grayscale: #494949. Windows color (decimal): -5832239 or 13697447. OLE color: 13697447.
HSL color Cylindrical-coordinate representation of color #A701D1: hue angle of 287.88º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A701D1 is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 1 | 209 | - |
| CMYK | 0.20 | 1.00 | 0 | 0.18 |
| HSL | 287.88º | 0.99% | 0.41% | - |
| HSV(B) | 287.88º | 1% | 0.82% | - |
| XYZ | 27.46 | 12.84 | 61.35 | - |
| YUV | 74.35 | 204 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 209 | 0.20 | 1.00 | 0 | 0.18 | 287.88 | 0.99 | 0.41 |
| Hex | A7 | 1 | D1 | 14 | 64 | 0 | 12 | 120 | 63 | 29 |
| Octal | 247 | 1 | 321 | 24 | 144 | 0 | 22 | 440 | 143 | 51 |
| Binary | 10100111 | 1 | 11010001 | 10100 | 1100100 | 0 | 10010 | 100100000 | 1100011 | 101001 |
Color Harmonies of #A701D1
Complementary color
Monochromatic Colors of #A701D1
Black with #A701D1
Text Example
Text Example
White with #A701D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A701D1; }
p { color: rgb(167,1,209); }
H1.HeaderClassName
{
color: #A701D1;
}
.AnyTagClassName
{
color: #A701D1;
}
</style>
background-color css
<style>
a { background-color: #A701D1; }
a { background-color: rgb(167,1,209); }
div.DivClassName
{
background-color: #A701D1;
}
.BgClassName
{
background-color: #A701D1;
}
</style>
border-color css
<style>
span { border-color: #A701D1; }
span { border-color: rgb(167,1,209); }
td.TdClassName
{
border-color: #A701D1;
}
.TagClassName
{
border-color: #A701D1;
}
</style>