Shades of Dark Violet #A40CCC
Tints of Dark Violet #A40CCC
RGB
CMYK
RGB Variations
Color information
#A40CCC (or 0xA40CCC) is known color: Dark Violet. HEX triplet: A4, 0C and CC. RGB value is (164,12,204). Sum of RGB (Red+Green+Blue) = 164+12+204=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #A40CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40CCC is #5BF333. Grayscale: #4E4E4E. Windows color (decimal): -6026036 or 13372580. OLE color: 13372580.
HSL color Cylindrical-coordinate representation of color #A40CCC: hue angle of 287.5º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40CCC is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 12 | 204 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.2 |
| HSL | 287.5º | 0.89% | 0.42% | - |
| HSV(B) | 287.5º | 0.94% | 0.8% | - |
| XYZ | 26.34 | 12.52 | 58.15 | - |
| YUV | 79.34 | 198.36 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 204 | 0.20 | 0.94 | 0 | 0.2 | 287.5 | 0.89 | 0.42 |
| Hex | A4 | C | CC | 14 | 5E | 0 | 14 | 120 | 59 | 2A |
| Octal | 244 | 14 | 314 | 24 | 136 | 0 | 24 | 440 | 131 | 52 |
| Binary | 10100100 | 1100 | 11001100 | 10100 | 1011110 | 0 | 10100 | 100100000 | 1011001 | 101010 |
Color Harmonies of #A40CCC
Complementary color
Monochromatic Colors of #A40CCC
Black with #A40CCC
Text Example
Text Example
White with #A40CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40CCC; }
p { color: rgb(164,12,204); }
H1.HeaderClassName
{
color: #A40CCC;
}
.AnyTagClassName
{
color: #A40CCC;
}
</style>
background-color css
<style>
a { background-color: #A40CCC; }
a { background-color: rgb(164,12,204); }
div.DivClassName
{
background-color: #A40CCC;
}
.BgClassName
{
background-color: #A40CCC;
}
</style>
border-color css
<style>
span { border-color: #A40CCC; }
span { border-color: rgb(164,12,204); }
td.TdClassName
{
border-color: #A40CCC;
}
.TagClassName
{
border-color: #A40CCC;
}
</style>