Shades of Dark Violet #A103C9
Tints of Dark Violet #A103C9
RGB
CMYK
RGB Variations
Color information
#A103C9 (or 0xA103C9) is known color: Dark Violet. HEX triplet: A1, 03 and C9. RGB value is (161,3,201). Sum of RGB (Red+Green+Blue) = 161+3+201=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 201 (78.91% from 255 or 55.07% from 365); Max value from RGB is 201 - color contains mainly: blue. Hex color #A103C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A103C9 is #5EFC36. Grayscale: #484848. Windows color (decimal): -6224951 or 13173665. OLE color: 13173665.
HSL color Cylindrical-coordinate representation of color #A103C9: hue angle of 287.88º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A103C9 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 3 | 201 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.21 |
| HSL | 287.88º | 0.97% | 0.4% | - |
| HSV(B) | 287.88º | 0.99% | 0.79% | - |
| XYZ | 25.27 | 11.86 | 56.22 | - |
| YUV | 72.81 | 200.35 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 201 | 0.20 | 0.99 | 0 | 0.21 | 287.88 | 0.97 | 0.4 |
| Hex | A1 | 3 | C9 | 14 | 63 | 0 | 15 | 120 | 61 | 28 |
| Octal | 241 | 3 | 311 | 24 | 143 | 0 | 25 | 440 | 141 | 50 |
| Binary | 10100001 | 11 | 11001001 | 10100 | 1100011 | 0 | 10101 | 100100000 | 1100001 | 101000 |
Color Harmonies of #A103C9
Complementary color
Monochromatic Colors of #A103C9
Black with #A103C9
Text Example
Text Example
White with #A103C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A103C9; }
p { color: rgb(161,3,201); }
H1.HeaderClassName
{
color: #A103C9;
}
.AnyTagClassName
{
color: #A103C9;
}
</style>
background-color css
<style>
a { background-color: #A103C9; }
a { background-color: rgb(161,3,201); }
div.DivClassName
{
background-color: #A103C9;
}
.BgClassName
{
background-color: #A103C9;
}
</style>
border-color css
<style>
span { border-color: #A103C9; }
span { border-color: rgb(161,3,201); }
td.TdClassName
{
border-color: #A103C9;
}
.TagClassName
{
border-color: #A103C9;
}
</style>