Shades of Dark Violet #A103F0
Tints of Dark Violet #A103F0
RGB
CMYK
RGB Variations
Color information
#A103F0 (or 0xA103F0) is known color: Dark Violet. HEX triplet: A1, 03 and F0. RGB value is (161,3,240). Sum of RGB (Red+Green+Blue) = 161+3+240=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 240 (94.14% from 255 or 59.41% from 404); Max value from RGB is 240 - color contains mainly: blue. Hex color #A103F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A103F0 is #5EFC0F. Grayscale: #4C4C4C. Windows color (decimal): -6224912 or 15729569. OLE color: 15729569.
HSL color Cylindrical-coordinate representation of color #A103F0: hue angle of 280º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A103F0 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 3 | 240 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.06 |
| HSL | 280º | 0.98% | 0.48% | - |
| HSV(B) | 280º | 0.99% | 0.94% | - |
| XYZ | 30.46 | 13.93 | 83.52 | - |
| YUV | 77.26 | 219.85 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 240 | 0.33 | 0.99 | 0 | 0.06 | 280 | 0.98 | 0.48 |
| Hex | A1 | 3 | F0 | 21 | 63 | 0 | 6 | 118 | 62 | 30 |
| Octal | 241 | 3 | 360 | 41 | 143 | 0 | 6 | 430 | 142 | 60 |
| Binary | 10100001 | 11 | 11110000 | 100001 | 1100011 | 0 | 110 | 100011000 | 1100010 | 110000 |
Color Harmonies of #A103F0
Complementary color
Monochromatic Colors of #A103F0
Black with #A103F0
Text Example
Text Example
White with #A103F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A103F0; }
p { color: rgb(161,3,240); }
H1.HeaderClassName
{
color: #A103F0;
}
.AnyTagClassName
{
color: #A103F0;
}
</style>
background-color css
<style>
a { background-color: #A103F0; }
a { background-color: rgb(161,3,240); }
div.DivClassName
{
background-color: #A103F0;
}
.BgClassName
{
background-color: #A103F0;
}
</style>
border-color css
<style>
span { border-color: #A103F0; }
span { border-color: rgb(161,3,240); }
td.TdClassName
{
border-color: #A103F0;
}
.TagClassName
{
border-color: #A103F0;
}
</style>