Shades of Dark Violet #A614DA
Tints of Dark Violet #A614DA
RGB
CMYK
RGB Variations
Color information
#A614DA (or 0xA614DA) is known color: Dark Violet. HEX triplet: A6, 14 and DA. RGB value is (166,20,218). Sum of RGB (Red+Green+Blue) = 166+20+218=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #A614DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A614DA is #59EB25. Grayscale: #555555. Windows color (decimal): -5892902 or 14292134. OLE color: 14292134.
HSL color Cylindrical-coordinate representation of color #A614DA: hue angle of 284.24º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A614DA is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 20 | 218 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.15 |
| HSL | 284.24º | 0.83% | 0.47% | - |
| HSV(B) | 284.24º | 0.91% | 0.85% | - |
| XYZ | 28.63 | 13.67 | 67.46 | - |
| YUV | 86.23 | 202.37 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 218 | 0.24 | 0.91 | 0 | 0.15 | 284.24 | 0.83 | 0.47 |
| Hex | A6 | 14 | DA | 18 | 5B | 0 | F | 11C | 53 | 2F |
| Octal | 246 | 24 | 332 | 30 | 133 | 0 | 17 | 434 | 123 | 57 |
| Binary | 10100110 | 10100 | 11011010 | 11000 | 1011011 | 0 | 1111 | 100011100 | 1010011 | 101111 |
Color Harmonies of #A614DA
Complementary color
Monochromatic Colors of #A614DA
Black with #A614DA
Text Example
Text Example
White with #A614DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A614DA; }
p { color: rgb(166,20,218); }
H1.HeaderClassName
{
color: #A614DA;
}
.AnyTagClassName
{
color: #A614DA;
}
</style>
background-color css
<style>
a { background-color: #A614DA; }
a { background-color: rgb(166,20,218); }
div.DivClassName
{
background-color: #A614DA;
}
.BgClassName
{
background-color: #A614DA;
}
</style>
border-color css
<style>
span { border-color: #A614DA; }
span { border-color: rgb(166,20,218); }
td.TdClassName
{
border-color: #A614DA;
}
.TagClassName
{
border-color: #A614DA;
}
</style>