Shades of Dark Violet #A104DB
Tints of Dark Violet #A104DB
RGB
CMYK
RGB Variations
Color information
#A104DB (or 0xA104DB) is known color: Dark Violet. HEX triplet: A1, 04 and DB. RGB value is (161,4,219). Sum of RGB (Red+Green+Blue) = 161+4+219=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #A104DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A104DB is #5EFB24. Grayscale: #4A4A4A. Windows color (decimal): -6224677 or 14353569. OLE color: 14353569.
HSL color Cylindrical-coordinate representation of color #A104DB: hue angle of 283.81º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A104DB is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 4 | 219 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.14 |
| HSL | 283.81º | 0.96% | 0.44% | - |
| HSV(B) | 283.81º | 0.98% | 0.86% | - |
| XYZ | 27.53 | 12.78 | 68.03 | - |
| YUV | 75.45 | 209.01 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 219 | 0.26 | 0.98 | 0 | 0.14 | 283.81 | 0.96 | 0.44 |
| Hex | A1 | 4 | DB | 1A | 62 | 0 | E | 11C | 60 | 2C |
| Octal | 241 | 4 | 333 | 32 | 142 | 0 | 16 | 434 | 140 | 54 |
| Binary | 10100001 | 100 | 11011011 | 11010 | 1100010 | 0 | 1110 | 100011100 | 1100000 | 101100 |
Color Harmonies of #A104DB
Complementary color
Monochromatic Colors of #A104DB
Black with #A104DB
Text Example
Text Example
White with #A104DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A104DB; }
p { color: rgb(161,4,219); }
H1.HeaderClassName
{
color: #A104DB;
}
.AnyTagClassName
{
color: #A104DB;
}
</style>
background-color css
<style>
a { background-color: #A104DB; }
a { background-color: rgb(161,4,219); }
div.DivClassName
{
background-color: #A104DB;
}
.BgClassName
{
background-color: #A104DB;
}
</style>
border-color css
<style>
span { border-color: #A104DB; }
span { border-color: rgb(161,4,219); }
td.TdClassName
{
border-color: #A104DB;
}
.TagClassName
{
border-color: #A104DB;
}
</style>