Shades of Dark Violet #A613CE
Tints of Dark Violet #A613CE
RGB
CMYK
RGB Variations
Color information
#A613CE (or 0xA613CE) is known color: Dark Violet. HEX triplet: A6, 13 and CE. RGB value is (166,19,206). Sum of RGB (Red+Green+Blue) = 166+19+206=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #A613CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A613CE is #59EC31. Grayscale: #535353. Windows color (decimal): -5893170 or 13505446. OLE color: 13505446.
HSL color Cylindrical-coordinate representation of color #A613CE: hue angle of 287.17º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A613CE is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 19 | 206 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.19 |
| HSL | 287.17º | 0.83% | 0.44% | - |
| HSV(B) | 287.17º | 0.91% | 0.81% | - |
| XYZ | 27.1 | 13.03 | 59.48 | - |
| YUV | 84.27 | 196.7 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 206 | 0.19 | 0.91 | 0 | 0.19 | 287.17 | 0.83 | 0.44 |
| Hex | A6 | 13 | CE | 13 | 5B | 0 | 13 | 11F | 53 | 2C |
| Octal | 246 | 23 | 316 | 23 | 133 | 0 | 23 | 437 | 123 | 54 |
| Binary | 10100110 | 10011 | 11001110 | 10011 | 1011011 | 0 | 10011 | 100011111 | 1010011 | 101100 |
Color Harmonies of #A613CE
Complementary color
Monochromatic Colors of #A613CE
Black with #A613CE
Text Example
Text Example
White with #A613CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A613CE; }
p { color: rgb(166,19,206); }
H1.HeaderClassName
{
color: #A613CE;
}
.AnyTagClassName
{
color: #A613CE;
}
</style>
background-color css
<style>
a { background-color: #A613CE; }
a { background-color: rgb(166,19,206); }
div.DivClassName
{
background-color: #A613CE;
}
.BgClassName
{
background-color: #A613CE;
}
</style>
border-color css
<style>
span { border-color: #A613CE; }
span { border-color: rgb(166,19,206); }
td.TdClassName
{
border-color: #A613CE;
}
.TagClassName
{
border-color: #A613CE;
}
</style>