Shades of Dark Violet #A104DD
Tints of Dark Violet #A104DD
RGB
CMYK
RGB Variations
Color information
#A104DD (or 0xA104DD) is known color: Dark Violet. HEX triplet: A1, 04 and DD. RGB value is (161,4,221). Sum of RGB (Red+Green+Blue) = 161+4+221=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #A104DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A104DD is #5EFB22. Grayscale: #4A4A4A. Windows color (decimal): -6224675 or 14484641. OLE color: 14484641.
HSL color Cylindrical-coordinate representation of color #A104DD: hue angle of 283.41º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A104DD is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 4 | 221 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.13 |
| HSL | 283.41º | 0.96% | 0.44% | - |
| HSV(B) | 283.41º | 0.98% | 0.87% | - |
| XYZ | 27.79 | 12.88 | 69.43 | - |
| YUV | 75.68 | 210.01 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 221 | 0.27 | 0.98 | 0 | 0.13 | 283.41 | 0.96 | 0.44 |
| Hex | A1 | 4 | DD | 1B | 62 | 0 | D | 11B | 60 | 2C |
| Octal | 241 | 4 | 335 | 33 | 142 | 0 | 15 | 433 | 140 | 54 |
| Binary | 10100001 | 100 | 11011101 | 11011 | 1100010 | 0 | 1101 | 100011011 | 1100000 | 101100 |
Color Harmonies of #A104DD
Complementary color
Monochromatic Colors of #A104DD
Black with #A104DD
Text Example
Text Example
White with #A104DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A104DD; }
p { color: rgb(161,4,221); }
H1.HeaderClassName
{
color: #A104DD;
}
.AnyTagClassName
{
color: #A104DD;
}
</style>
background-color css
<style>
a { background-color: #A104DD; }
a { background-color: rgb(161,4,221); }
div.DivClassName
{
background-color: #A104DD;
}
.BgClassName
{
background-color: #A104DD;
}
</style>
border-color css
<style>
span { border-color: #A104DD; }
span { border-color: rgb(161,4,221); }
td.TdClassName
{
border-color: #A104DD;
}
.TagClassName
{
border-color: #A104DD;
}
</style>