Shades of Dark Violet #A103C1
Tints of Dark Violet #A103C1
RGB
CMYK
RGB Variations
Color information
#A103C1 (or 0xA103C1) is known color: Dark Violet. HEX triplet: A1, 03 and C1. RGB value is (161,3,193). Sum of RGB (Red+Green+Blue) = 161+3+193=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #A103C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A103C1 is #5EFC3E. Grayscale: #474747. Windows color (decimal): -6224959 or 12649377. OLE color: 12649377.
HSL color Cylindrical-coordinate representation of color #A103C1: hue angle of 289.89º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A103C1 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 3 | 193 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.24 |
| HSL | 289.89º | 0.97% | 0.38% | - |
| HSV(B) | 289.89º | 0.98% | 0.76% | - |
| XYZ | 24.36 | 11.49 | 51.39 | - |
| YUV | 71.9 | 196.35 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 193 | 0.17 | 0.98 | 0 | 0.24 | 289.89 | 0.97 | 0.38 |
| Hex | A1 | 3 | C1 | 11 | 62 | 0 | 18 | 122 | 61 | 26 |
| Octal | 241 | 3 | 301 | 21 | 142 | 0 | 30 | 442 | 141 | 46 |
| Binary | 10100001 | 11 | 11000001 | 10001 | 1100010 | 0 | 11000 | 100100010 | 1100001 | 100110 |
Color Harmonies of #A103C1
Complementary color
Monochromatic Colors of #A103C1
Black with #A103C1
Text Example
Text Example
White with #A103C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A103C1; }
p { color: rgb(161,3,193); }
H1.HeaderClassName
{
color: #A103C1;
}
.AnyTagClassName
{
color: #A103C1;
}
</style>
background-color css
<style>
a { background-color: #A103C1; }
a { background-color: rgb(161,3,193); }
div.DivClassName
{
background-color: #A103C1;
}
.BgClassName
{
background-color: #A103C1;
}
</style>
border-color css
<style>
span { border-color: #A103C1; }
span { border-color: rgb(161,3,193); }
td.TdClassName
{
border-color: #A103C1;
}
.TagClassName
{
border-color: #A103C1;
}
</style>