Shades of Dark Violet #A103D9
Tints of Dark Violet #A103D9
RGB
CMYK
RGB Variations
Color information
#A103D9 (or 0xA103D9) is known color: Dark Violet. HEX triplet: A1, 03 and D9. RGB value is (161,3,217). Sum of RGB (Red+Green+Blue) = 161+3+217=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 217 (85.16% from 255 or 56.96% from 381); Max value from RGB is 217 - color contains mainly: blue. Hex color #A103D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A103D9 is #5EFC26. Grayscale: #494949. Windows color (decimal): -6224935 or 14222241. OLE color: 14222241.
HSL color Cylindrical-coordinate representation of color #A103D9: hue angle of 284.3º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A103D9 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 3 | 217 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.15 |
| HSL | 284.3º | 0.97% | 0.43% | - |
| HSV(B) | 284.3º | 0.99% | 0.85% | - |
| XYZ | 27.25 | 12.65 | 66.65 | - |
| YUV | 74.64 | 208.35 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 217 | 0.26 | 0.99 | 0 | 0.15 | 284.3 | 0.97 | 0.43 |
| Hex | A1 | 3 | D9 | 1A | 63 | 0 | F | 11C | 61 | 2B |
| Octal | 241 | 3 | 331 | 32 | 143 | 0 | 17 | 434 | 141 | 53 |
| Binary | 10100001 | 11 | 11011001 | 11010 | 1100011 | 0 | 1111 | 100011100 | 1100001 | 101011 |
Color Harmonies of #A103D9
Complementary color
Monochromatic Colors of #A103D9
Black with #A103D9
Text Example
Text Example
White with #A103D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A103D9; }
p { color: rgb(161,3,217); }
H1.HeaderClassName
{
color: #A103D9;
}
.AnyTagClassName
{
color: #A103D9;
}
</style>
background-color css
<style>
a { background-color: #A103D9; }
a { background-color: rgb(161,3,217); }
div.DivClassName
{
background-color: #A103D9;
}
.BgClassName
{
background-color: #A103D9;
}
</style>
border-color css
<style>
span { border-color: #A103D9; }
span { border-color: rgb(161,3,217); }
td.TdClassName
{
border-color: #A103D9;
}
.TagClassName
{
border-color: #A103D9;
}
</style>