Shades of Dark Violet #A014CC
Tints of Dark Violet #A014CC
RGB
CMYK
RGB Variations
Color information
#A014CC (or 0xA014CC) is known color: Dark Violet. HEX triplet: A0, 14 and CC. RGB value is (160,20,204). Sum of RGB (Red+Green+Blue) = 160+20+204=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #A014CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A014CC is #5FEB33. Grayscale: #525252. Windows color (decimal): -6286132 or 13374624. OLE color: 13374624.
HSL color Cylindrical-coordinate representation of color #A014CC: hue angle of 285.65º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A014CC is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 20 | 204 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.2 |
| HSL | 285.65º | 0.82% | 0.44% | - |
| HSV(B) | 285.65º | 0.9% | 0.8% | - |
| XYZ | 25.65 | 12.33 | 58.16 | - |
| YUV | 82.84 | 196.38 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 204 | 0.22 | 0.90 | 0 | 0.2 | 285.65 | 0.82 | 0.44 |
| Hex | A0 | 14 | CC | 16 | 5A | 0 | 14 | 11E | 52 | 2C |
| Octal | 240 | 24 | 314 | 26 | 132 | 0 | 24 | 436 | 122 | 54 |
| Binary | 10100000 | 10100 | 11001100 | 10110 | 1011010 | 0 | 10100 | 100011110 | 1010010 | 101100 |
Color Harmonies of #A014CC
Complementary color
Monochromatic Colors of #A014CC
Black with #A014CC
Text Example
Text Example
White with #A014CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A014CC; }
p { color: rgb(160,20,204); }
H1.HeaderClassName
{
color: #A014CC;
}
.AnyTagClassName
{
color: #A014CC;
}
</style>
background-color css
<style>
a { background-color: #A014CC; }
a { background-color: rgb(160,20,204); }
div.DivClassName
{
background-color: #A014CC;
}
.BgClassName
{
background-color: #A014CC;
}
</style>
border-color css
<style>
span { border-color: #A014CC; }
span { border-color: rgb(160,20,204); }
td.TdClassName
{
border-color: #A014CC;
}
.TagClassName
{
border-color: #A014CC;
}
</style>