Shades of Dark Violet #A703BA
Tints of Dark Violet #A703BA
RGB
CMYK
RGB Variations
Color information
#A703BA (or 0xA703BA) is known color: Dark Violet. HEX triplet: A7, 03 and BA. RGB value is (167,3,186). Sum of RGB (Red+Green+Blue) = 167+3+186=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #A703BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A703BA is #58FC45. Grayscale: #484848. Windows color (decimal): -5831750 or 12190631. OLE color: 12190631.
HSL color Cylindrical-coordinate representation of color #A703BA: hue angle of 293.77º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A703BA is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 3 | 186 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.27 |
| HSL | 293.77º | 0.97% | 0.37% | - |
| HSV(B) | 293.77º | 0.98% | 0.73% | - |
| XYZ | 24.83 | 11.83 | 47.43 | - |
| YUV | 72.9 | 191.83 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 186 | 0.10 | 0.98 | 0 | 0.27 | 293.77 | 0.97 | 0.37 |
| Hex | A7 | 3 | BA | A | 62 | 0 | 1B | 126 | 61 | 25 |
| Octal | 247 | 3 | 272 | 12 | 142 | 0 | 33 | 446 | 141 | 45 |
| Binary | 10100111 | 11 | 10111010 | 1010 | 1100010 | 0 | 11011 | 100100110 | 1100001 | 100101 |
Color Harmonies of #A703BA
Complementary color
Monochromatic Colors of #A703BA
Black with #A703BA
Text Example
Text Example
White with #A703BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A703BA; }
p { color: rgb(167,3,186); }
H1.HeaderClassName
{
color: #A703BA;
}
.AnyTagClassName
{
color: #A703BA;
}
</style>
background-color css
<style>
a { background-color: #A703BA; }
a { background-color: rgb(167,3,186); }
div.DivClassName
{
background-color: #A703BA;
}
.BgClassName
{
background-color: #A703BA;
}
</style>
border-color css
<style>
span { border-color: #A703BA; }
span { border-color: rgb(167,3,186); }
td.TdClassName
{
border-color: #A703BA;
}
.TagClassName
{
border-color: #A703BA;
}
</style>