Shades of Dark Violet #A103BA
Tints of Dark Violet #A103BA
RGB
CMYK
RGB Variations
Color information
#A103BA (or 0xA103BA) is known color: Dark Violet. HEX triplet: A1, 03 and BA. RGB value is (161,3,186). Sum of RGB (Red+Green+Blue) = 161+3+186=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #A103BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A103BA is #5EFC45. Grayscale: #464646. Windows color (decimal): -6224966 or 12190625. OLE color: 12190625.
HSL color Cylindrical-coordinate representation of color #A103BA: hue angle of 291.8º 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 #A103BA is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 3 | 186 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.27 |
| HSL | 291.8º | 0.97% | 0.37% | - |
| HSV(B) | 291.8º | 0.98% | 0.73% | - |
| XYZ | 23.59 | 11.19 | 47.37 | - |
| YUV | 71.1 | 192.85 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 186 | 0.13 | 0.98 | 0 | 0.27 | 291.8 | 0.97 | 0.37 |
| Hex | A1 | 3 | BA | D | 62 | 0 | 1B | 124 | 61 | 25 |
| Octal | 241 | 3 | 272 | 15 | 142 | 0 | 33 | 444 | 141 | 45 |
| Binary | 10100001 | 11 | 10111010 | 1101 | 1100010 | 0 | 11011 | 100100100 | 1100001 | 100101 |
Color Harmonies of #A103BA
Complementary color
Monochromatic Colors of #A103BA
Black with #A103BA
Text Example
Text Example
White with #A103BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A103BA; }
p { color: rgb(161,3,186); }
H1.HeaderClassName
{
color: #A103BA;
}
.AnyTagClassName
{
color: #A103BA;
}
</style>
background-color css
<style>
a { background-color: #A103BA; }
a { background-color: rgb(161,3,186); }
div.DivClassName
{
background-color: #A103BA;
}
.BgClassName
{
background-color: #A103BA;
}
</style>
border-color css
<style>
span { border-color: #A103BA; }
span { border-color: rgb(161,3,186); }
td.TdClassName
{
border-color: #A103BA;
}
.TagClassName
{
border-color: #A103BA;
}
</style>