Shades of Dark Violet #A613DD
Tints of Dark Violet #A613DD
RGB
CMYK
RGB Variations
Color information
#A613DD (or 0xA613DD) is known color: Dark Violet. HEX triplet: A6, 13 and DD. RGB value is (166,19,221). Sum of RGB (Red+Green+Blue) = 166+19+221=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #A613DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A613DD is #59EC22. Grayscale: #555555. Windows color (decimal): -5893155 or 14488486. OLE color: 14488486.
HSL color Cylindrical-coordinate representation of color #A613DD: hue angle of 283.66º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A613DD is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 19 | 221 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.13 |
| HSL | 283.66º | 0.84% | 0.47% | - |
| HSV(B) | 283.66º | 0.91% | 0.87% | - |
| XYZ | 29.01 | 13.79 | 69.54 | - |
| YUV | 85.98 | 204.2 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 221 | 0.25 | 0.91 | 0 | 0.13 | 283.66 | 0.84 | 0.47 |
| Hex | A6 | 13 | DD | 19 | 5B | 0 | D | 11C | 54 | 2F |
| Octal | 246 | 23 | 335 | 31 | 133 | 0 | 15 | 434 | 124 | 57 |
| Binary | 10100110 | 10011 | 11011101 | 11001 | 1011011 | 0 | 1101 | 100011100 | 1010100 | 101111 |
Color Harmonies of #A613DD
Complementary color
Monochromatic Colors of #A613DD
Black with #A613DD
Text Example
Text Example
White with #A613DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A613DD; }
p { color: rgb(166,19,221); }
H1.HeaderClassName
{
color: #A613DD;
}
.AnyTagClassName
{
color: #A613DD;
}
</style>
background-color css
<style>
a { background-color: #A613DD; }
a { background-color: rgb(166,19,221); }
div.DivClassName
{
background-color: #A613DD;
}
.BgClassName
{
background-color: #A613DD;
}
</style>
border-color css
<style>
span { border-color: #A613DD; }
span { border-color: rgb(166,19,221); }
td.TdClassName
{
border-color: #A613DD;
}
.TagClassName
{
border-color: #A613DD;
}
</style>