Shades of Dark Violet #A40CDF
Tints of Dark Violet #A40CDF
RGB
CMYK
RGB Variations
Color information
#A40CDF (or 0xA40CDF) is known color: Dark Violet. HEX triplet: A4, 0C and DF. RGB value is (164,12,223). Sum of RGB (Red+Green+Blue) = 164+12+223=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #A40CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40CDF is #5BF320. Grayscale: #505050. Windows color (decimal): -6026017 or 14617764. OLE color: 14617764.
HSL color Cylindrical-coordinate representation of color #A40CDF: hue angle of 283.22º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40CDF is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 12 | 223 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.13 |
| HSL | 283.22º | 0.9% | 0.46% | - |
| HSV(B) | 283.22º | 0.95% | 0.87% | - |
| XYZ | 28.76 | 13.48 | 70.9 | - |
| YUV | 81.5 | 207.86 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 223 | 0.26 | 0.95 | 0 | 0.13 | 283.22 | 0.9 | 0.46 |
| Hex | A4 | C | DF | 1A | 5F | 0 | D | 11B | 5A | 2E |
| Octal | 244 | 14 | 337 | 32 | 137 | 0 | 15 | 433 | 132 | 56 |
| Binary | 10100100 | 1100 | 11011111 | 11010 | 1011111 | 0 | 1101 | 100011011 | 1011010 | 101110 |
Color Harmonies of #A40CDF
Complementary color
Monochromatic Colors of #A40CDF
Black with #A40CDF
Text Example
Text Example
White with #A40CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40CDF; }
p { color: rgb(164,12,223); }
H1.HeaderClassName
{
color: #A40CDF;
}
.AnyTagClassName
{
color: #A40CDF;
}
</style>
background-color css
<style>
a { background-color: #A40CDF; }
a { background-color: rgb(164,12,223); }
div.DivClassName
{
background-color: #A40CDF;
}
.BgClassName
{
background-color: #A40CDF;
}
</style>
border-color css
<style>
span { border-color: #A40CDF; }
span { border-color: rgb(164,12,223); }
td.TdClassName
{
border-color: #A40CDF;
}
.TagClassName
{
border-color: #A40CDF;
}
</style>