Shades of Dark Violet #A013C2
Tints of Dark Violet #A013C2
RGB
CMYK
RGB Variations
Color information
#A013C2 (or 0xA013C2) is known color: Dark Violet. HEX triplet: A0, 13 and C2. RGB value is (160,19,194). Sum of RGB (Red+Green+Blue) = 160+19+194=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 194 (76.17% from 255 or 52.01% from 373); Max value from RGB is 194 - color contains mainly: blue. Hex color #A013C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A013C2 is #5FEC3D. Grayscale: #505050. Windows color (decimal): -6286398 or 12719008. OLE color: 12719008.
HSL color Cylindrical-coordinate representation of color #A013C2: hue angle of 288.34º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A013C2 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 19 | 194 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.24 |
| HSL | 288.34º | 0.82% | 0.42% | - |
| HSV(B) | 288.34º | 0.9% | 0.76% | - |
| XYZ | 24.47 | 11.83 | 52.03 | - |
| YUV | 81.11 | 191.71 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 194 | 0.18 | 0.90 | 0 | 0.24 | 288.34 | 0.82 | 0.42 |
| Hex | A0 | 13 | C2 | 12 | 5A | 0 | 18 | 120 | 52 | 2A |
| Octal | 240 | 23 | 302 | 22 | 132 | 0 | 30 | 440 | 122 | 52 |
| Binary | 10100000 | 10011 | 11000010 | 10010 | 1011010 | 0 | 11000 | 100100000 | 1010010 | 101010 |
Color Harmonies of #A013C2
Complementary color
Monochromatic Colors of #A013C2
Black with #A013C2
Text Example
Text Example
White with #A013C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A013C2; }
p { color: rgb(160,19,194); }
H1.HeaderClassName
{
color: #A013C2;
}
.AnyTagClassName
{
color: #A013C2;
}
</style>
background-color css
<style>
a { background-color: #A013C2; }
a { background-color: rgb(160,19,194); }
div.DivClassName
{
background-color: #A013C2;
}
.BgClassName
{
background-color: #A013C2;
}
</style>
border-color css
<style>
span { border-color: #A013C2; }
span { border-color: rgb(160,19,194); }
td.TdClassName
{
border-color: #A013C2;
}
.TagClassName
{
border-color: #A013C2;
}
</style>