Shades of Dark Violet #A702D0
Tints of Dark Violet #A702D0
RGB
CMYK
RGB Variations
Color information
#A702D0 (or 0xA702D0) is known color: Dark Violet. HEX triplet: A7, 02 and D0. RGB value is (167,2,208). Sum of RGB (Red+Green+Blue) = 167+2+208=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 208 (81.64% from 255 or 55.17% from 377); Max value from RGB is 208 - color contains mainly: blue. Hex color #A702D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A702D0 is #58FD2F. Grayscale: #4A4A4A. Windows color (decimal): -5831984 or 13632167. OLE color: 13632167.
HSL color Cylindrical-coordinate representation of color #A702D0: hue angle of 288.06º 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 #A702D0 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 2 | 208 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.18 |
| HSL | 288.06º | 0.98% | 0.41% | - |
| HSV(B) | 288.06º | 0.99% | 0.82% | - |
| XYZ | 27.34 | 12.81 | 60.71 | - |
| YUV | 74.82 | 203.16 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 208 | 0.20 | 0.99 | 0 | 0.18 | 288.06 | 0.98 | 0.41 |
| Hex | A7 | 2 | D0 | 14 | 63 | 0 | 12 | 120 | 62 | 29 |
| Octal | 247 | 2 | 320 | 24 | 143 | 0 | 22 | 440 | 142 | 51 |
| Binary | 10100111 | 10 | 11010000 | 10100 | 1100011 | 0 | 10010 | 100100000 | 1100010 | 101001 |
Color Harmonies of #A702D0
Complementary color
Monochromatic Colors of #A702D0
Black with #A702D0
Text Example
Text Example
White with #A702D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A702D0; }
p { color: rgb(167,2,208); }
H1.HeaderClassName
{
color: #A702D0;
}
.AnyTagClassName
{
color: #A702D0;
}
</style>
background-color css
<style>
a { background-color: #A702D0; }
a { background-color: rgb(167,2,208); }
div.DivClassName
{
background-color: #A702D0;
}
.BgClassName
{
background-color: #A702D0;
}
</style>
border-color css
<style>
span { border-color: #A702D0; }
span { border-color: rgb(167,2,208); }
td.TdClassName
{
border-color: #A702D0;
}
.TagClassName
{
border-color: #A702D0;
}
</style>