Shades of Dark Violet #A614DB
Tints of Dark Violet #A614DB
RGB
CMYK
RGB Variations
Color information
#A614DB (or 0xA614DB) is known color: Dark Violet. HEX triplet: A6, 14 and DB. RGB value is (166,20,219). Sum of RGB (Red+Green+Blue) = 166+20+219=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #A614DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A614DB is #59EB24. Grayscale: #555555. Windows color (decimal): -5892901 or 14357670. OLE color: 14357670.
HSL color Cylindrical-coordinate representation of color #A614DB: hue angle of 284.02º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A614DB is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 20 | 219 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.14 |
| HSL | 284.02º | 0.83% | 0.47% | - |
| HSV(B) | 284.02º | 0.91% | 0.86% | - |
| XYZ | 28.76 | 13.72 | 68.15 | - |
| YUV | 86.34 | 202.87 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 219 | 0.24 | 0.91 | 0 | 0.14 | 284.02 | 0.83 | 0.47 |
| Hex | A6 | 14 | DB | 18 | 5B | 0 | E | 11C | 53 | 2F |
| Octal | 246 | 24 | 333 | 30 | 133 | 0 | 16 | 434 | 123 | 57 |
| Binary | 10100110 | 10100 | 11011011 | 11000 | 1011011 | 0 | 1110 | 100011100 | 1010011 | 101111 |
Color Harmonies of #A614DB
Complementary color
Monochromatic Colors of #A614DB
Black with #A614DB
Text Example
Text Example
White with #A614DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A614DB; }
p { color: rgb(166,20,219); }
H1.HeaderClassName
{
color: #A614DB;
}
.AnyTagClassName
{
color: #A614DB;
}
</style>
background-color css
<style>
a { background-color: #A614DB; }
a { background-color: rgb(166,20,219); }
div.DivClassName
{
background-color: #A614DB;
}
.BgClassName
{
background-color: #A614DB;
}
</style>
border-color css
<style>
span { border-color: #A614DB; }
span { border-color: rgb(166,20,219); }
td.TdClassName
{
border-color: #A614DB;
}
.TagClassName
{
border-color: #A614DB;
}
</style>