Shades of Dark Violet #A703DF
Tints of Dark Violet #A703DF
RGB
CMYK
RGB Variations
Color information
#A703DF (or 0xA703DF) is known color: Dark Violet. HEX triplet: A7, 03 and DF. RGB value is (167,3,223). Sum of RGB (Red+Green+Blue) = 167+3+223=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #A703DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A703DF is #58FC20. Grayscale: #4C4C4C. Windows color (decimal): -5831713 or 14615463. OLE color: 14615463.
HSL color Cylindrical-coordinate representation of color #A703DF: hue angle of 284.73º 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 #A703DF is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 3 | 223 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.13 |
| HSL | 284.73º | 0.97% | 0.44% | - |
| HSV(B) | 284.73º | 0.99% | 0.87% | - |
| XYZ | 29.29 | 13.61 | 70.9 | - |
| YUV | 77.12 | 210.33 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 223 | 0.25 | 0.99 | 0 | 0.13 | 284.73 | 0.97 | 0.44 |
| Hex | A7 | 3 | DF | 19 | 63 | 0 | D | 11D | 61 | 2C |
| Octal | 247 | 3 | 337 | 31 | 143 | 0 | 15 | 435 | 141 | 54 |
| Binary | 10100111 | 11 | 11011111 | 11001 | 1100011 | 0 | 1101 | 100011101 | 1100001 | 101100 |
Color Harmonies of #A703DF
Complementary color
Monochromatic Colors of #A703DF
Black with #A703DF
Text Example
Text Example
White with #A703DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A703DF; }
p { color: rgb(167,3,223); }
H1.HeaderClassName
{
color: #A703DF;
}
.AnyTagClassName
{
color: #A703DF;
}
</style>
background-color css
<style>
a { background-color: #A703DF; }
a { background-color: rgb(167,3,223); }
div.DivClassName
{
background-color: #A703DF;
}
.BgClassName
{
background-color: #A703DF;
}
</style>
border-color css
<style>
span { border-color: #A703DF; }
span { border-color: rgb(167,3,223); }
td.TdClassName
{
border-color: #A703DF;
}
.TagClassName
{
border-color: #A703DF;
}
</style>