Shades of Dark Violet #A613CD
Tints of Dark Violet #A613CD
RGB
CMYK
RGB Variations
Color information
#A613CD (or 0xA613CD) is known color: Dark Violet. HEX triplet: A6, 13 and CD. RGB value is (166,19,205). Sum of RGB (Red+Green+Blue) = 166+19+205=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #A613CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A613CD is #59EC32. Grayscale: #535353. Windows color (decimal): -5893171 or 13439910. OLE color: 13439910.
HSL color Cylindrical-coordinate representation of color #A613CD: hue angle of 287.42º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A613CD is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 19 | 205 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.20 |
| HSL | 287.42º | 0.83% | 0.44% | - |
| HSV(B) | 287.42º | 0.91% | 0.8% | - |
| XYZ | 26.98 | 12.98 | 58.84 | - |
| YUV | 84.16 | 196.2 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 205 | 0.19 | 0.91 | 0 | 0.20 | 287.42 | 0.83 | 0.44 |
| Hex | A6 | 13 | CD | 13 | 5B | 0 | 14 | 11F | 53 | 2C |
| Octal | 246 | 23 | 315 | 23 | 133 | 0 | 24 | 437 | 123 | 54 |
| Binary | 10100110 | 10011 | 11001101 | 10011 | 1011011 | 0 | 10100 | 100011111 | 1010011 | 101100 |
Color Harmonies of #A613CD
Complementary color
Monochromatic Colors of #A613CD
Black with #A613CD
Text Example
Text Example
White with #A613CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A613CD; }
p { color: rgb(166,19,205); }
H1.HeaderClassName
{
color: #A613CD;
}
.AnyTagClassName
{
color: #A613CD;
}
</style>
background-color css
<style>
a { background-color: #A613CD; }
a { background-color: rgb(166,19,205); }
div.DivClassName
{
background-color: #A613CD;
}
.BgClassName
{
background-color: #A613CD;
}
</style>
border-color css
<style>
span { border-color: #A613CD; }
span { border-color: rgb(166,19,205); }
td.TdClassName
{
border-color: #A613CD;
}
.TagClassName
{
border-color: #A613CD;
}
</style>