Shades of Dark Violet #A703DD
Tints of Dark Violet #A703DD
RGB
CMYK
RGB Variations
Color information
#A703DD (or 0xA703DD) is known color: Dark Violet. HEX triplet: A7, 03 and DD. RGB value is (167,3,221). Sum of RGB (Red+Green+Blue) = 167+3+221=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 3 (1.56% from 255 or 0.77% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #A703DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A703DD is #58FC22. Grayscale: #4C4C4C. Windows color (decimal): -5831715 or 14484391. OLE color: 14484391.
HSL color Cylindrical-coordinate representation of color #A703DD: hue angle of 285.14º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A703DD is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 3 | 221 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.13 |
| HSL | 285.14º | 0.97% | 0.44% | - |
| HSV(B) | 285.14º | 0.99% | 0.87% | - |
| XYZ | 29.02 | 13.5 | 69.48 | - |
| YUV | 76.89 | 209.33 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 221 | 0.24 | 0.99 | 0 | 0.13 | 285.14 | 0.97 | 0.44 |
| Hex | A7 | 3 | DD | 18 | 63 | 0 | D | 11D | 61 | 2C |
| Octal | 247 | 3 | 335 | 30 | 143 | 0 | 15 | 435 | 141 | 54 |
| Binary | 10100111 | 11 | 11011101 | 11000 | 1100011 | 0 | 1101 | 100011101 | 1100001 | 101100 |
Color Harmonies of #A703DD
Complementary color
Monochromatic Colors of #A703DD
Black with #A703DD
Text Example
Text Example
White with #A703DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A703DD; }
p { color: rgb(167,3,221); }
H1.HeaderClassName
{
color: #A703DD;
}
.AnyTagClassName
{
color: #A703DD;
}
</style>
background-color css
<style>
a { background-color: #A703DD; }
a { background-color: rgb(167,3,221); }
div.DivClassName
{
background-color: #A703DD;
}
.BgClassName
{
background-color: #A703DD;
}
</style>
border-color css
<style>
span { border-color: #A703DD; }
span { border-color: rgb(167,3,221); }
td.TdClassName
{
border-color: #A703DD;
}
.TagClassName
{
border-color: #A703DD;
}
</style>