Shades of Dark Violet #A702D1
Tints of Dark Violet #A702D1
RGB
CMYK
RGB Variations
Color information
#A702D1 (or 0xA702D1) is known color: Dark Violet. HEX triplet: A7, 02 and D1. RGB value is (167,2,209). Sum of RGB (Red+Green+Blue) = 167+2+209=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 209 (82.03% from 255 or 55.29% from 378); Max value from RGB is 209 - color contains mainly: blue. Hex color #A702D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A702D1 is #58FD2E. Grayscale: #4A4A4A. Windows color (decimal): -5831983 or 13697703. OLE color: 13697703.
HSL color Cylindrical-coordinate representation of color #A702D1: hue angle of 287.83º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A702D1 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 2 | 209 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.18 |
| HSL | 287.83º | 0.98% | 0.41% | - |
| HSV(B) | 287.83º | 0.99% | 0.82% | - |
| XYZ | 27.47 | 12.86 | 61.36 | - |
| YUV | 74.93 | 203.66 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 209 | 0.20 | 0.99 | 0 | 0.18 | 287.83 | 0.98 | 0.41 |
| Hex | A7 | 2 | D1 | 14 | 63 | 0 | 12 | 120 | 62 | 29 |
| Octal | 247 | 2 | 321 | 24 | 143 | 0 | 22 | 440 | 142 | 51 |
| Binary | 10100111 | 10 | 11010001 | 10100 | 1100011 | 0 | 10010 | 100100000 | 1100010 | 101001 |
Color Harmonies of #A702D1
Complementary color
Monochromatic Colors of #A702D1
Black with #A702D1
Text Example
Text Example
White with #A702D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A702D1; }
p { color: rgb(167,2,209); }
H1.HeaderClassName
{
color: #A702D1;
}
.AnyTagClassName
{
color: #A702D1;
}
</style>
background-color css
<style>
a { background-color: #A702D1; }
a { background-color: rgb(167,2,209); }
div.DivClassName
{
background-color: #A702D1;
}
.BgClassName
{
background-color: #A702D1;
}
</style>
border-color css
<style>
span { border-color: #A702D1; }
span { border-color: rgb(167,2,209); }
td.TdClassName
{
border-color: #A702D1;
}
.TagClassName
{
border-color: #A702D1;
}
</style>