Shades of Dark Violet #A613DA
Tints of Dark Violet #A613DA
RGB
CMYK
RGB Variations
Color information
#A613DA (or 0xA613DA) is known color: Dark Violet. HEX triplet: A6, 13 and DA. RGB value is (166,19,218). Sum of RGB (Red+Green+Blue) = 166+19+218=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #A613DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A613DA is #59EC25. Grayscale: #545454. Windows color (decimal): -5893158 or 14291878. OLE color: 14291878.
HSL color Cylindrical-coordinate representation of color #A613DA: hue angle of 284.32º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A613DA is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 19 | 218 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.15 |
| HSL | 284.32º | 0.84% | 0.46% | - |
| HSV(B) | 284.32º | 0.91% | 0.85% | - |
| XYZ | 28.61 | 13.63 | 67.45 | - |
| YUV | 85.64 | 202.7 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 218 | 0.24 | 0.91 | 0 | 0.15 | 284.32 | 0.84 | 0.46 |
| Hex | A6 | 13 | DA | 18 | 5B | 0 | F | 11C | 54 | 2E |
| Octal | 246 | 23 | 332 | 30 | 133 | 0 | 17 | 434 | 124 | 56 |
| Binary | 10100110 | 10011 | 11011010 | 11000 | 1011011 | 0 | 1111 | 100011100 | 1010100 | 101110 |
Color Harmonies of #A613DA
Complementary color
Monochromatic Colors of #A613DA
Black with #A613DA
Text Example
Text Example
White with #A613DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A613DA; }
p { color: rgb(166,19,218); }
H1.HeaderClassName
{
color: #A613DA;
}
.AnyTagClassName
{
color: #A613DA;
}
</style>
background-color css
<style>
a { background-color: #A613DA; }
a { background-color: rgb(166,19,218); }
div.DivClassName
{
background-color: #A613DA;
}
.BgClassName
{
background-color: #A613DA;
}
</style>
border-color css
<style>
span { border-color: #A613DA; }
span { border-color: rgb(166,19,218); }
td.TdClassName
{
border-color: #A613DA;
}
.TagClassName
{
border-color: #A613DA;
}
</style>