Shades of Dark Violet #A101C1
Tints of Dark Violet #A101C1
RGB
CMYK
RGB Variations
Color information
#A101C1 (or 0xA101C1) is known color: Dark Violet. HEX triplet: A1, 01 and C1. RGB value is (161,1,193). Sum of RGB (Red+Green+Blue) = 161+1+193=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #A101C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A101C1 is #5EFE3E. Grayscale: #464646. Windows color (decimal): -6225471 or 12648865. OLE color: 12648865.
HSL color Cylindrical-coordinate representation of color #A101C1: hue angle of 290º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A101C1 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 1 | 193 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.24 |
| HSL | 290º | 0.99% | 0.38% | - |
| HSV(B) | 290º | 0.99% | 0.76% | - |
| XYZ | 24.33 | 11.45 | 51.38 | - |
| YUV | 70.73 | 197.01 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 193 | 0.17 | 0.99 | 0 | 0.24 | 290 | 0.99 | 0.38 |
| Hex | A1 | 1 | C1 | 11 | 63 | 0 | 18 | 122 | 63 | 26 |
| Octal | 241 | 1 | 301 | 21 | 143 | 0 | 30 | 442 | 143 | 46 |
| Binary | 10100001 | 1 | 11000001 | 10001 | 1100011 | 0 | 11000 | 100100010 | 1100011 | 100110 |
Color Harmonies of #A101C1
Complementary color
Monochromatic Colors of #A101C1
Black with #A101C1
Text Example
Text Example
White with #A101C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A101C1; }
p { color: rgb(161,1,193); }
H1.HeaderClassName
{
color: #A101C1;
}
.AnyTagClassName
{
color: #A101C1;
}
</style>
background-color css
<style>
a { background-color: #A101C1; }
a { background-color: rgb(161,1,193); }
div.DivClassName
{
background-color: #A101C1;
}
.BgClassName
{
background-color: #A101C1;
}
</style>
border-color css
<style>
span { border-color: #A101C1; }
span { border-color: rgb(161,1,193); }
td.TdClassName
{
border-color: #A101C1;
}
.TagClassName
{
border-color: #A101C1;
}
</style>