Shades of Dark Violet #A703CF
Tints of Dark Violet #A703CF
RGB
CMYK
RGB Variations
Color information
#A703CF (or 0xA703CF) is known color: Dark Violet. HEX triplet: A7, 03 and CF. RGB value is (167,3,207). Sum of RGB (Red+Green+Blue) = 167+3+207=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #A703CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A703CF is #58FC30. Grayscale: #4A4A4A. Windows color (decimal): -5831729 or 13566887. OLE color: 13566887.
HSL color Cylindrical-coordinate representation of color #A703CF: hue angle of 288.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A703CF is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 3 | 207 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.19 |
| HSL | 288.24º | 0.97% | 0.41% | - |
| HSV(B) | 288.24º | 0.99% | 0.81% | - |
| XYZ | 27.23 | 12.79 | 60.06 | - |
| YUV | 75.29 | 202.33 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 207 | 0.19 | 0.99 | 0 | 0.19 | 288.24 | 0.97 | 0.41 |
| Hex | A7 | 3 | CF | 13 | 63 | 0 | 13 | 120 | 61 | 29 |
| Octal | 247 | 3 | 317 | 23 | 143 | 0 | 23 | 440 | 141 | 51 |
| Binary | 10100111 | 11 | 11001111 | 10011 | 1100011 | 0 | 10011 | 100100000 | 1100001 | 101001 |
Color Harmonies of #A703CF
Complementary color
Monochromatic Colors of #A703CF
Black with #A703CF
Text Example
Text Example
White with #A703CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A703CF; }
p { color: rgb(167,3,207); }
H1.HeaderClassName
{
color: #A703CF;
}
.AnyTagClassName
{
color: #A703CF;
}
</style>
background-color css
<style>
a { background-color: #A703CF; }
a { background-color: rgb(167,3,207); }
div.DivClassName
{
background-color: #A703CF;
}
.BgClassName
{
background-color: #A703CF;
}
</style>
border-color css
<style>
span { border-color: #A703CF; }
span { border-color: rgb(167,3,207); }
td.TdClassName
{
border-color: #A703CF;
}
.TagClassName
{
border-color: #A703CF;
}
</style>