Shades of Dark Violet #A013BC
Tints of Dark Violet #A013BC
RGB
CMYK
RGB Variations
Color information
#A013BC (or 0xA013BC) is known color: Dark Violet. HEX triplet: A0, 13 and BC. RGB value is (160,19,188). Sum of RGB (Red+Green+Blue) = 160+19+188=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #A013BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A013BC is #5FEC43. Grayscale: #4F4F4F. Windows color (decimal): -6286404 or 12325792. OLE color: 12325792.
HSL color Cylindrical-coordinate representation of color #A013BC: hue angle of 290.06º 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 #A013BC is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 19 | 188 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.26 |
| HSL | 290.06º | 0.82% | 0.41% | - |
| HSV(B) | 290.06º | 0.9% | 0.74% | - |
| XYZ | 23.81 | 11.57 | 48.56 | - |
| YUV | 80.43 | 188.71 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 188 | 0.15 | 0.90 | 0 | 0.26 | 290.06 | 0.82 | 0.41 |
| Hex | A0 | 13 | BC | F | 5A | 0 | 1A | 122 | 52 | 29 |
| Octal | 240 | 23 | 274 | 17 | 132 | 0 | 32 | 442 | 122 | 51 |
| Binary | 10100000 | 10011 | 10111100 | 1111 | 1011010 | 0 | 11010 | 100100010 | 1010010 | 101001 |
Color Harmonies of #A013BC
Complementary color
Monochromatic Colors of #A013BC
Black with #A013BC
Text Example
Text Example
White with #A013BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A013BC; }
p { color: rgb(160,19,188); }
H1.HeaderClassName
{
color: #A013BC;
}
.AnyTagClassName
{
color: #A013BC;
}
</style>
background-color css
<style>
a { background-color: #A013BC; }
a { background-color: rgb(160,19,188); }
div.DivClassName
{
background-color: #A013BC;
}
.BgClassName
{
background-color: #A013BC;
}
</style>
border-color css
<style>
span { border-color: #A013BC; }
span { border-color: rgb(160,19,188); }
td.TdClassName
{
border-color: #A013BC;
}
.TagClassName
{
border-color: #A013BC;
}
</style>