Shades of Dark Violet #A013BF
Tints of Dark Violet #A013BF
RGB
CMYK
RGB Variations
Color information
#A013BF (or 0xA013BF) is known color: Dark Violet. HEX triplet: A0, 13 and BF. RGB value is (160,19,191). Sum of RGB (Red+Green+Blue) = 160+19+191=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #A013BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A013BF is #5FEC40. Grayscale: #505050. Windows color (decimal): -6286401 or 12522400. OLE color: 12522400.
HSL color Cylindrical-coordinate representation of color #A013BF: hue angle of 289.19º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A013BF is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 19 | 191 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.25 |
| HSL | 289.19º | 0.82% | 0.41% | - |
| HSV(B) | 289.19º | 0.9% | 0.75% | - |
| XYZ | 24.13 | 11.7 | 50.28 | - |
| YUV | 80.77 | 190.21 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 191 | 0.16 | 0.90 | 0 | 0.25 | 289.19 | 0.82 | 0.41 |
| Hex | A0 | 13 | BF | 10 | 5A | 0 | 19 | 121 | 52 | 29 |
| Octal | 240 | 23 | 277 | 20 | 132 | 0 | 31 | 441 | 122 | 51 |
| Binary | 10100000 | 10011 | 10111111 | 10000 | 1011010 | 0 | 11001 | 100100001 | 1010010 | 101001 |
Color Harmonies of #A013BF
Complementary color
Monochromatic Colors of #A013BF
Black with #A013BF
Text Example
Text Example
White with #A013BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A013BF; }
p { color: rgb(160,19,191); }
H1.HeaderClassName
{
color: #A013BF;
}
.AnyTagClassName
{
color: #A013BF;
}
</style>
background-color css
<style>
a { background-color: #A013BF; }
a { background-color: rgb(160,19,191); }
div.DivClassName
{
background-color: #A013BF;
}
.BgClassName
{
background-color: #A013BF;
}
</style>
border-color css
<style>
span { border-color: #A013BF; }
span { border-color: rgb(160,19,191); }
td.TdClassName
{
border-color: #A013BF;
}
.TagClassName
{
border-color: #A013BF;
}
</style>