Shades of Dark Violet #A014DD
Tints of Dark Violet #A014DD
RGB
CMYK
RGB Variations
Color information
#A014DD (or 0xA014DD) is known color: Dark Violet. HEX triplet: A0, 14 and DD. RGB value is (160,20,221). Sum of RGB (Red+Green+Blue) = 160+20+221=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #A014DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A014DD is #5FEB22. Grayscale: #545454. Windows color (decimal): -6286115 or 14488736. OLE color: 14488736.
HSL color Cylindrical-coordinate representation of color #A014DD: hue angle of 281.79º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A014DD is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 20 | 221 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.13 |
| HSL | 281.79º | 0.83% | 0.47% | - |
| HSV(B) | 281.79º | 0.91% | 0.87% | - |
| XYZ | 27.8 | 13.19 | 69.49 | - |
| YUV | 84.77 | 204.88 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 221 | 0.28 | 0.91 | 0 | 0.13 | 281.79 | 0.83 | 0.47 |
| Hex | A0 | 14 | DD | 1C | 5B | 0 | D | 11A | 53 | 2F |
| Octal | 240 | 24 | 335 | 34 | 133 | 0 | 15 | 432 | 123 | 57 |
| Binary | 10100000 | 10100 | 11011101 | 11100 | 1011011 | 0 | 1101 | 100011010 | 1010011 | 101111 |
Color Harmonies of #A014DD
Complementary color
Monochromatic Colors of #A014DD
Black with #A014DD
Text Example
Text Example
White with #A014DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A014DD; }
p { color: rgb(160,20,221); }
H1.HeaderClassName
{
color: #A014DD;
}
.AnyTagClassName
{
color: #A014DD;
}
</style>
background-color css
<style>
a { background-color: #A014DD; }
a { background-color: rgb(160,20,221); }
div.DivClassName
{
background-color: #A014DD;
}
.BgClassName
{
background-color: #A014DD;
}
</style>
border-color css
<style>
span { border-color: #A014DD; }
span { border-color: rgb(160,20,221); }
td.TdClassName
{
border-color: #A014DD;
}
.TagClassName
{
border-color: #A014DD;
}
</style>