Shades of Dark Violet #A613CC
Tints of Dark Violet #A613CC
RGB
CMYK
RGB Variations
Color information
#A613CC (or 0xA613CC) is known color: Dark Violet. HEX triplet: A6, 13 and CC. RGB value is (166,19,204). Sum of RGB (Red+Green+Blue) = 166+19+204=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #A613CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A613CC is #59EC33. Grayscale: #535353. Windows color (decimal): -5893172 or 13374374. OLE color: 13374374.
HSL color Cylindrical-coordinate representation of color #A613CC: hue angle of 287.68º 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 #A613CC is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 19 | 204 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.2 |
| HSL | 287.68º | 0.83% | 0.44% | - |
| HSV(B) | 287.68º | 0.91% | 0.8% | - |
| XYZ | 26.86 | 12.93 | 58.21 | - |
| YUV | 84.04 | 195.7 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 204 | 0.19 | 0.91 | 0 | 0.2 | 287.68 | 0.83 | 0.44 |
| Hex | A6 | 13 | CC | 13 | 5B | 0 | 14 | 120 | 53 | 2C |
| Octal | 246 | 23 | 314 | 23 | 133 | 0 | 24 | 440 | 123 | 54 |
| Binary | 10100110 | 10011 | 11001100 | 10011 | 1011011 | 0 | 10100 | 100100000 | 1010011 | 101100 |
Color Harmonies of #A613CC
Complementary color
Monochromatic Colors of #A613CC
Black with #A613CC
Text Example
Text Example
White with #A613CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A613CC; }
p { color: rgb(166,19,204); }
H1.HeaderClassName
{
color: #A613CC;
}
.AnyTagClassName
{
color: #A613CC;
}
</style>
background-color css
<style>
a { background-color: #A613CC; }
a { background-color: rgb(166,19,204); }
div.DivClassName
{
background-color: #A613CC;
}
.BgClassName
{
background-color: #A613CC;
}
</style>
border-color css
<style>
span { border-color: #A613CC; }
span { border-color: rgb(166,19,204); }
td.TdClassName
{
border-color: #A613CC;
}
.TagClassName
{
border-color: #A613CC;
}
</style>