Shades of Dark Violet #A703EA
Tints of Dark Violet #A703EA
RGB
CMYK
RGB Variations
Color information
#A703EA (or 0xA703EA) is known color: Dark Violet. HEX triplet: A7, 03 and EA. RGB value is (167,3,234). Sum of RGB (Red+Green+Blue) = 167+3+234=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #A703EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A703EA is #58FC15. Grayscale: #4D4D4D. Windows color (decimal): -5831702 or 15336359. OLE color: 15336359.
HSL color Cylindrical-coordinate representation of color #A703EA: hue angle of 282.6º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A703EA is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 3 | 234 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.08 |
| HSL | 282.6º | 0.97% | 0.46% | - |
| HSV(B) | 282.6º | 0.99% | 0.92% | - |
| XYZ | 30.82 | 14.22 | 78.96 | - |
| YUV | 78.37 | 215.83 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 234 | 0.29 | 0.99 | 0 | 0.08 | 282.6 | 0.97 | 0.46 |
| Hex | A7 | 3 | EA | 1D | 63 | 0 | 8 | 11B | 61 | 2E |
| Octal | 247 | 3 | 352 | 35 | 143 | 0 | 10 | 433 | 141 | 56 |
| Binary | 10100111 | 11 | 11101010 | 11101 | 1100011 | 0 | 1000 | 100011011 | 1100001 | 101110 |
Color Harmonies of #A703EA
Complementary color
Monochromatic Colors of #A703EA
Black with #A703EA
Text Example
Text Example
White with #A703EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A703EA; }
p { color: rgb(167,3,234); }
H1.HeaderClassName
{
color: #A703EA;
}
.AnyTagClassName
{
color: #A703EA;
}
</style>
background-color css
<style>
a { background-color: #A703EA; }
a { background-color: rgb(167,3,234); }
div.DivClassName
{
background-color: #A703EA;
}
.BgClassName
{
background-color: #A703EA;
}
</style>
border-color css
<style>
span { border-color: #A703EA; }
span { border-color: rgb(167,3,234); }
td.TdClassName
{
border-color: #A703EA;
}
.TagClassName
{
border-color: #A703EA;
}
</style>