Shades of Dark Violet #A613C5
Tints of Dark Violet #A613C5
RGB
CMYK
RGB Variations
Color information
#A613C5 (or 0xA613C5) is known color: Dark Violet. HEX triplet: A6, 13 and C5. RGB value is (166,19,197). Sum of RGB (Red+Green+Blue) = 166+19+197=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 197 (77.34% from 255 or 51.57% from 382); Max value from RGB is 197 - color contains mainly: blue. Hex color #A613C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A613C5 is #59EC3A. Grayscale: #525252. Windows color (decimal): -5893179 or 12915622. OLE color: 12915622.
HSL color Cylindrical-coordinate representation of color #A613C5: hue angle of 289.55º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A613C5 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 19 | 197 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.23 |
| HSL | 289.55º | 0.82% | 0.42% | - |
| HSV(B) | 289.55º | 0.9% | 0.77% | - |
| XYZ | 26.04 | 12.6 | 53.88 | - |
| YUV | 83.25 | 192.2 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 197 | 0.16 | 0.90 | 0 | 0.23 | 289.55 | 0.82 | 0.42 |
| Hex | A6 | 13 | C5 | 10 | 5A | 0 | 17 | 122 | 52 | 2A |
| Octal | 246 | 23 | 305 | 20 | 132 | 0 | 27 | 442 | 122 | 52 |
| Binary | 10100110 | 10011 | 11000101 | 10000 | 1011010 | 0 | 10111 | 100100010 | 1010010 | 101010 |
Color Harmonies of #A613C5
Complementary color
Monochromatic Colors of #A613C5
Black with #A613C5
Text Example
Text Example
White with #A613C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A613C5; }
p { color: rgb(166,19,197); }
H1.HeaderClassName
{
color: #A613C5;
}
.AnyTagClassName
{
color: #A613C5;
}
</style>
background-color css
<style>
a { background-color: #A613C5; }
a { background-color: rgb(166,19,197); }
div.DivClassName
{
background-color: #A613C5;
}
.BgClassName
{
background-color: #A613C5;
}
</style>
border-color css
<style>
span { border-color: #A613C5; }
span { border-color: rgb(166,19,197); }
td.TdClassName
{
border-color: #A613C5;
}
.TagClassName
{
border-color: #A613C5;
}
</style>