Shades of Dark Violet #A610DD
Tints of Dark Violet #A610DD
RGB
CMYK
RGB Variations
Color information
#A610DD (or 0xA610DD) is known color: Dark Violet. HEX triplet: A6, 10 and DD. RGB value is (166,16,221). Sum of RGB (Red+Green+Blue) = 166+16+221=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #A610DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A610DD is #59EF22. Grayscale: #535353. Windows color (decimal): -5893923 or 14487718. OLE color: 14487718.
HSL color Cylindrical-coordinate representation of color #A610DD: hue angle of 283.9º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A610DD is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 16 | 221 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.13 |
| HSL | 283.9º | 0.86% | 0.46% | - |
| HSV(B) | 283.9º | 0.93% | 0.87% | - |
| XYZ | 28.96 | 13.7 | 69.52 | - |
| YUV | 84.22 | 205.2 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 221 | 0.25 | 0.93 | 0 | 0.13 | 283.9 | 0.86 | 0.46 |
| Hex | A6 | 10 | DD | 19 | 5D | 0 | D | 11C | 56 | 2E |
| Octal | 246 | 20 | 335 | 31 | 135 | 0 | 15 | 434 | 126 | 56 |
| Binary | 10100110 | 10000 | 11011101 | 11001 | 1011101 | 0 | 1101 | 100011100 | 1010110 | 101110 |
Color Harmonies of #A610DD
Complementary color
Monochromatic Colors of #A610DD
Black with #A610DD
Text Example
Text Example
White with #A610DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A610DD; }
p { color: rgb(166,16,221); }
H1.HeaderClassName
{
color: #A610DD;
}
.AnyTagClassName
{
color: #A610DD;
}
</style>
background-color css
<style>
a { background-color: #A610DD; }
a { background-color: rgb(166,16,221); }
div.DivClassName
{
background-color: #A610DD;
}
.BgClassName
{
background-color: #A610DD;
}
</style>
border-color css
<style>
span { border-color: #A610DD; }
span { border-color: rgb(166,16,221); }
td.TdClassName
{
border-color: #A610DD;
}
.TagClassName
{
border-color: #A610DD;
}
</style>