Shades of Dark Violet #A104DA
Tints of Dark Violet #A104DA
RGB
CMYK
RGB Variations
Color information
#A104DA (or 0xA104DA) is known color: Dark Violet. HEX triplet: A1, 04 and DA. RGB value is (161,4,218). Sum of RGB (Red+Green+Blue) = 161+4+218=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #A104DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A104DA is #5EFB25. Grayscale: #4A4A4A. Windows color (decimal): -6224678 or 14288033. OLE color: 14288033.
HSL color Cylindrical-coordinate representation of color #A104DA: hue angle of 284.02º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A104DA is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 4 | 218 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.15 |
| HSL | 284.02º | 0.96% | 0.44% | - |
| HSV(B) | 284.02º | 0.98% | 0.85% | - |
| XYZ | 27.4 | 12.73 | 67.34 | - |
| YUV | 75.34 | 208.51 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 218 | 0.26 | 0.98 | 0 | 0.15 | 284.02 | 0.96 | 0.44 |
| Hex | A1 | 4 | DA | 1A | 62 | 0 | F | 11C | 60 | 2C |
| Octal | 241 | 4 | 332 | 32 | 142 | 0 | 17 | 434 | 140 | 54 |
| Binary | 10100001 | 100 | 11011010 | 11010 | 1100010 | 0 | 1111 | 100011100 | 1100000 | 101100 |
Color Harmonies of #A104DA
Complementary color
Monochromatic Colors of #A104DA
Black with #A104DA
Text Example
Text Example
White with #A104DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A104DA; }
p { color: rgb(161,4,218); }
H1.HeaderClassName
{
color: #A104DA;
}
.AnyTagClassName
{
color: #A104DA;
}
</style>
background-color css
<style>
a { background-color: #A104DA; }
a { background-color: rgb(161,4,218); }
div.DivClassName
{
background-color: #A104DA;
}
.BgClassName
{
background-color: #A104DA;
}
</style>
border-color css
<style>
span { border-color: #A104DA; }
span { border-color: rgb(161,4,218); }
td.TdClassName
{
border-color: #A104DA;
}
.TagClassName
{
border-color: #A104DA;
}
</style>