Shades of Dark Violet #A013BD
Tints of Dark Violet #A013BD
RGB
CMYK
RGB Variations
Color information
#A013BD (or 0xA013BD) is known color: Dark Violet. HEX triplet: A0, 13 and BD. RGB value is (160,19,189). Sum of RGB (Red+Green+Blue) = 160+19+189=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #A013BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A013BD is #5FEC42. Grayscale: #505050. Windows color (decimal): -6286403 or 12391328. OLE color: 12391328.
HSL color Cylindrical-coordinate representation of color #A013BD: hue angle of 289.76º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A013BD is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 19 | 189 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.26 |
| HSL | 289.76º | 0.82% | 0.41% | - |
| HSV(B) | 289.76º | 0.9% | 0.74% | - |
| XYZ | 23.92 | 11.61 | 49.13 | - |
| YUV | 80.54 | 189.21 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 189 | 0.15 | 0.90 | 0 | 0.26 | 289.76 | 0.82 | 0.41 |
| Hex | A0 | 13 | BD | F | 5A | 0 | 1A | 122 | 52 | 29 |
| Octal | 240 | 23 | 275 | 17 | 132 | 0 | 32 | 442 | 122 | 51 |
| Binary | 10100000 | 10011 | 10111101 | 1111 | 1011010 | 0 | 11010 | 100100010 | 1010010 | 101001 |
Color Harmonies of #A013BD
Complementary color
Monochromatic Colors of #A013BD
Black with #A013BD
Text Example
Text Example
White with #A013BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A013BD; }
p { color: rgb(160,19,189); }
H1.HeaderClassName
{
color: #A013BD;
}
.AnyTagClassName
{
color: #A013BD;
}
</style>
background-color css
<style>
a { background-color: #A013BD; }
a { background-color: rgb(160,19,189); }
div.DivClassName
{
background-color: #A013BD;
}
.BgClassName
{
background-color: #A013BD;
}
</style>
border-color css
<style>
span { border-color: #A013BD; }
span { border-color: rgb(160,19,189); }
td.TdClassName
{
border-color: #A013BD;
}
.TagClassName
{
border-color: #A013BD;
}
</style>