Shades of Dark Violet #A110DA
Tints of Dark Violet #A110DA
RGB
CMYK
RGB Variations
Color information
#A110DA (or 0xA110DA) is known color: Dark Violet. HEX triplet: A1, 10 and DA. RGB value is (161,16,218). Sum of RGB (Red+Green+Blue) = 161+16+218=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #A110DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A110DA is #5EEF25. Grayscale: #515151. Windows color (decimal): -6221606 or 14291105. OLE color: 14291105.
HSL color Cylindrical-coordinate representation of color #A110DA: hue angle of 283.07º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A110DA is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 16 | 218 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.15 |
| HSL | 283.07º | 0.86% | 0.46% | - |
| HSV(B) | 283.07º | 0.93% | 0.85% | - |
| XYZ | 27.54 | 13.01 | 67.39 | - |
| YUV | 82.38 | 204.54 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 218 | 0.26 | 0.93 | 0 | 0.15 | 283.07 | 0.86 | 0.46 |
| Hex | A1 | 10 | DA | 1A | 5D | 0 | F | 11B | 56 | 2E |
| Octal | 241 | 20 | 332 | 32 | 135 | 0 | 17 | 433 | 126 | 56 |
| Binary | 10100001 | 10000 | 11011010 | 11010 | 1011101 | 0 | 1111 | 100011011 | 1010110 | 101110 |
Color Harmonies of #A110DA
Complementary color
Monochromatic Colors of #A110DA
Black with #A110DA
Text Example
Text Example
White with #A110DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A110DA; }
p { color: rgb(161,16,218); }
H1.HeaderClassName
{
color: #A110DA;
}
.AnyTagClassName
{
color: #A110DA;
}
</style>
background-color css
<style>
a { background-color: #A110DA; }
a { background-color: rgb(161,16,218); }
div.DivClassName
{
background-color: #A110DA;
}
.BgClassName
{
background-color: #A110DA;
}
</style>
border-color css
<style>
span { border-color: #A110DA; }
span { border-color: rgb(161,16,218); }
td.TdClassName
{
border-color: #A110DA;
}
.TagClassName
{
border-color: #A110DA;
}
</style>