Shades of Dark Violet #A614D6
Tints of Dark Violet #A614D6
RGB
CMYK
RGB Variations
Color information
#A614D6 (or 0xA614D6) is known color: Dark Violet. HEX triplet: A6, 14 and D6. RGB value is (166,20,214). Sum of RGB (Red+Green+Blue) = 166+20+214=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 214 (83.98% from 255 or 53.5% from 400); Max value from RGB is 214 - color contains mainly: blue. Hex color #A614D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A614D6 is #59EB29. Grayscale: #555555. Windows color (decimal): -5892906 or 14029990. OLE color: 14029990.
HSL color Cylindrical-coordinate representation of color #A614D6: hue angle of 285.15º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A614D6 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 20 | 214 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.16 |
| HSL | 285.15º | 0.83% | 0.46% | - |
| HSV(B) | 285.15º | 0.91% | 0.84% | - |
| XYZ | 28.11 | 13.46 | 64.74 | - |
| YUV | 85.77 | 200.37 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 214 | 0.22 | 0.91 | 0 | 0.16 | 285.15 | 0.83 | 0.46 |
| Hex | A6 | 14 | D6 | 16 | 5B | 0 | 10 | 11D | 53 | 2E |
| Octal | 246 | 24 | 326 | 26 | 133 | 0 | 20 | 435 | 123 | 56 |
| Binary | 10100110 | 10100 | 11010110 | 10110 | 1011011 | 0 | 10000 | 100011101 | 1010011 | 101110 |
Color Harmonies of #A614D6
Complementary color
Monochromatic Colors of #A614D6
Black with #A614D6
Text Example
Text Example
White with #A614D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A614D6; }
p { color: rgb(166,20,214); }
H1.HeaderClassName
{
color: #A614D6;
}
.AnyTagClassName
{
color: #A614D6;
}
</style>
background-color css
<style>
a { background-color: #A614D6; }
a { background-color: rgb(166,20,214); }
div.DivClassName
{
background-color: #A614D6;
}
.BgClassName
{
background-color: #A614D6;
}
</style>
border-color css
<style>
span { border-color: #A614D6; }
span { border-color: rgb(166,20,214); }
td.TdClassName
{
border-color: #A614D6;
}
.TagClassName
{
border-color: #A614D6;
}
</style>