Shades of Dark Violet #A103F1
Tints of Dark Violet #A103F1
RGB
CMYK
RGB Variations
Color information
#A103F1 (or 0xA103F1) is known color: Dark Violet. HEX triplet: A1, 03 and F1. RGB value is (161,3,241). Sum of RGB (Red+Green+Blue) = 161+3+241=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 241 (94.53% from 255 or 59.51% from 405); Max value from RGB is 241 - color contains mainly: blue. Hex color #A103F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A103F1 is #5EFC0E. Grayscale: #4C4C4C. Windows color (decimal): -6224911 or 15795105. OLE color: 15795105.
HSL color Cylindrical-coordinate representation of color #A103F1: hue angle of 279.83º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A103F1 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 3 | 241 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.05 |
| HSL | 279.83º | 0.98% | 0.48% | - |
| HSV(B) | 279.83º | 0.99% | 0.95% | - |
| XYZ | 30.61 | 13.99 | 84.31 | - |
| YUV | 77.37 | 220.35 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 241 | 0.33 | 0.99 | 0 | 0.05 | 279.83 | 0.98 | 0.48 |
| Hex | A1 | 3 | F1 | 21 | 63 | 0 | 5 | 118 | 62 | 30 |
| Octal | 241 | 3 | 361 | 41 | 143 | 0 | 5 | 430 | 142 | 60 |
| Binary | 10100001 | 11 | 11110001 | 100001 | 1100011 | 0 | 101 | 100011000 | 1100010 | 110000 |
Color Harmonies of #A103F1
Complementary color
Monochromatic Colors of #A103F1
Black with #A103F1
Text Example
Text Example
White with #A103F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A103F1; }
p { color: rgb(161,3,241); }
H1.HeaderClassName
{
color: #A103F1;
}
.AnyTagClassName
{
color: #A103F1;
}
</style>
background-color css
<style>
a { background-color: #A103F1; }
a { background-color: rgb(161,3,241); }
div.DivClassName
{
background-color: #A103F1;
}
.BgClassName
{
background-color: #A103F1;
}
</style>
border-color css
<style>
span { border-color: #A103F1; }
span { border-color: rgb(161,3,241); }
td.TdClassName
{
border-color: #A103F1;
}
.TagClassName
{
border-color: #A103F1;
}
</style>