Shades of Dark Violet #A702DC
Tints of Dark Violet #A702DC
RGB
CMYK
RGB Variations
Color information
#A702DC (or 0xA702DC) is known color: Dark Violet. HEX triplet: A7, 02 and DC. RGB value is (167,2,220). Sum of RGB (Red+Green+Blue) = 167+2+220=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #A702DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A702DC is #58FD23. Grayscale: #4B4B4B. Windows color (decimal): -5831972 or 14418599. OLE color: 14418599.
HSL color Cylindrical-coordinate representation of color #A702DC: hue angle of 285.41º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A702DC is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 2 | 220 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.14 |
| HSL | 285.41º | 0.98% | 0.44% | - |
| HSV(B) | 285.41º | 0.99% | 0.86% | - |
| XYZ | 28.88 | 13.43 | 68.78 | - |
| YUV | 76.19 | 209.16 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 220 | 0.24 | 0.99 | 0 | 0.14 | 285.41 | 0.98 | 0.44 |
| Hex | A7 | 2 | DC | 18 | 63 | 0 | E | 11D | 62 | 2C |
| Octal | 247 | 2 | 334 | 30 | 143 | 0 | 16 | 435 | 142 | 54 |
| Binary | 10100111 | 10 | 11011100 | 11000 | 1100011 | 0 | 1110 | 100011101 | 1100010 | 101100 |
Color Harmonies of #A702DC
Complementary color
Monochromatic Colors of #A702DC
Black with #A702DC
Text Example
Text Example
White with #A702DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A702DC; }
p { color: rgb(167,2,220); }
H1.HeaderClassName
{
color: #A702DC;
}
.AnyTagClassName
{
color: #A702DC;
}
</style>
background-color css
<style>
a { background-color: #A702DC; }
a { background-color: rgb(167,2,220); }
div.DivClassName
{
background-color: #A702DC;
}
.BgClassName
{
background-color: #A702DC;
}
</style>
border-color css
<style>
span { border-color: #A702DC; }
span { border-color: rgb(167,2,220); }
td.TdClassName
{
border-color: #A702DC;
}
.TagClassName
{
border-color: #A702DC;
}
</style>