Shades of Dark Violet #A614CC
Tints of Dark Violet #A614CC
RGB
CMYK
RGB Variations
Color information
#A614CC (or 0xA614CC) is known color: Dark Violet. HEX triplet: A6, 14 and CC. RGB value is (166,20,204). Sum of RGB (Red+Green+Blue) = 166+20+204=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #A614CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A614CC is #59EB33. Grayscale: #545454. Windows color (decimal): -5892916 or 13374630. OLE color: 13374630.
HSL color Cylindrical-coordinate representation of color #A614CC: hue angle of 287.61º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A614CC is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 20 | 204 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.2 |
| HSL | 287.61º | 0.82% | 0.44% | - |
| HSV(B) | 287.61º | 0.9% | 0.8% | - |
| XYZ | 26.88 | 12.97 | 58.21 | - |
| YUV | 84.63 | 195.37 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 204 | 0.19 | 0.90 | 0 | 0.2 | 287.61 | 0.82 | 0.44 |
| Hex | A6 | 14 | CC | 13 | 5A | 0 | 14 | 120 | 52 | 2C |
| Octal | 246 | 24 | 314 | 23 | 132 | 0 | 24 | 440 | 122 | 54 |
| Binary | 10100110 | 10100 | 11001100 | 10011 | 1011010 | 0 | 10100 | 100100000 | 1010010 | 101100 |
Color Harmonies of #A614CC
Complementary color
Monochromatic Colors of #A614CC
Black with #A614CC
Text Example
Text Example
White with #A614CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A614CC; }
p { color: rgb(166,20,204); }
H1.HeaderClassName
{
color: #A614CC;
}
.AnyTagClassName
{
color: #A614CC;
}
</style>
background-color css
<style>
a { background-color: #A614CC; }
a { background-color: rgb(166,20,204); }
div.DivClassName
{
background-color: #A614CC;
}
.BgClassName
{
background-color: #A614CC;
}
</style>
border-color css
<style>
span { border-color: #A614CC; }
span { border-color: rgb(166,20,204); }
td.TdClassName
{
border-color: #A614CC;
}
.TagClassName
{
border-color: #A614CC;
}
</style>