Shades of Dark Violet #A614CE
Tints of Dark Violet #A614CE
RGB
CMYK
RGB Variations
Color information
#A614CE (or 0xA614CE) is known color: Dark Violet. HEX triplet: A6, 14 and CE. RGB value is (166,20,206). Sum of RGB (Red+Green+Blue) = 166+20+206=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #A614CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A614CE is #59EB31. Grayscale: #545454. Windows color (decimal): -5892914 or 13505702. OLE color: 13505702.
HSL color Cylindrical-coordinate representation of color #A614CE: hue angle of 287.1º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A614CE is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 20 | 206 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.19 |
| HSL | 287.1º | 0.82% | 0.44% | - |
| HSV(B) | 287.1º | 0.9% | 0.81% | - |
| XYZ | 27.12 | 13.06 | 59.48 | - |
| YUV | 84.86 | 196.37 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 206 | 0.19 | 0.90 | 0 | 0.19 | 287.1 | 0.82 | 0.44 |
| Hex | A6 | 14 | CE | 13 | 5A | 0 | 13 | 11F | 52 | 2C |
| Octal | 246 | 24 | 316 | 23 | 132 | 0 | 23 | 437 | 122 | 54 |
| Binary | 10100110 | 10100 | 11001110 | 10011 | 1011010 | 0 | 10011 | 100011111 | 1010010 | 101100 |
Color Harmonies of #A614CE
Complementary color
Monochromatic Colors of #A614CE
Black with #A614CE
Text Example
Text Example
White with #A614CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A614CE; }
p { color: rgb(166,20,206); }
H1.HeaderClassName
{
color: #A614CE;
}
.AnyTagClassName
{
color: #A614CE;
}
</style>
background-color css
<style>
a { background-color: #A614CE; }
a { background-color: rgb(166,20,206); }
div.DivClassName
{
background-color: #A614CE;
}
.BgClassName
{
background-color: #A614CE;
}
</style>
border-color css
<style>
span { border-color: #A614CE; }
span { border-color: rgb(166,20,206); }
td.TdClassName
{
border-color: #A614CE;
}
.TagClassName
{
border-color: #A614CE;
}
</style>