Shades of Dark Violet #A100C0
Tints of Dark Violet #A100C0
RGB
CMYK
RGB Variations
Color information
#A100C0 (or 0xA100C0) is known color: Dark Violet. HEX triplet: A1, 00 and C0. RGB value is (161,0,192). Sum of RGB (Red+Green+Blue) = 161+0+192=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 192 (75.39% from 255 or 54.39% from 353); Max value from RGB is 192 - color contains mainly: blue. Hex color #A100C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A100C0 is #5EFF3F. Grayscale: #454545. Windows color (decimal): -6225728 or 12583073. OLE color: 12583073.
HSL color Cylindrical-coordinate representation of color #A100C0: hue angle of 290.31º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A100C0 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 0 | 192 | - |
| CMYK | 0.16 | 1 | 0 | 0.25 |
| HSL | 290.31º | 1% | 0.38% | - |
| HSV(B) | 290.31º | 1% | 0.75% | - |
| XYZ | 24.21 | 11.38 | 50.79 | - |
| YUV | 70.03 | 196.84 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 192 | 0.16 | 1 | 0 | 0.25 | 290.31 | 1 | 0.38 |
| Hex | A1 | 0 | C0 | 10 | 64 | 0 | 19 | 122 | 64 | 26 |
| Octal | 241 | 0 | 300 | 20 | 144 | 0 | 31 | 442 | 144 | 46 |
| Binary | 10100001 | 0 | 11000000 | 10000 | 1100100 | 0 | 11001 | 100100010 | 1100100 | 100110 |
Color Harmonies of #A100C0
Complementary color
Monochromatic Colors of #A100C0
Black with #A100C0
Text Example
Text Example
White with #A100C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A100C0; }
p { color: rgb(161,0,192); }
H1.HeaderClassName
{
color: #A100C0;
}
.AnyTagClassName
{
color: #A100C0;
}
</style>
background-color css
<style>
a { background-color: #A100C0; }
a { background-color: rgb(161,0,192); }
div.DivClassName
{
background-color: #A100C0;
}
.BgClassName
{
background-color: #A100C0;
}
</style>
border-color css
<style>
span { border-color: #A100C0; }
span { border-color: rgb(161,0,192); }
td.TdClassName
{
border-color: #A100C0;
}
.TagClassName
{
border-color: #A100C0;
}
</style>