Shades of Dark Violet #A40CCA
Tints of Dark Violet #A40CCA
RGB
CMYK
RGB Variations
Color information
#A40CCA (or 0xA40CCA) is known color: Dark Violet. HEX triplet: A4, 0C and CA. RGB value is (164,12,202). Sum of RGB (Red+Green+Blue) = 164+12+202=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #A40CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40CCA is #5BF335. Grayscale: #4E4E4E. Windows color (decimal): -6026038 or 13241508. OLE color: 13241508.
HSL color Cylindrical-coordinate representation of color #A40CCA: hue angle of 288º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40CCA is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 12 | 202 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.21 |
| HSL | 288º | 0.89% | 0.42% | - |
| HSV(B) | 288º | 0.94% | 0.79% | - |
| XYZ | 26.1 | 12.42 | 56.9 | - |
| YUV | 79.11 | 197.36 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 202 | 0.19 | 0.94 | 0 | 0.21 | 288 | 0.89 | 0.42 |
| Hex | A4 | C | CA | 13 | 5E | 0 | 15 | 120 | 59 | 2A |
| Octal | 244 | 14 | 312 | 23 | 136 | 0 | 25 | 440 | 131 | 52 |
| Binary | 10100100 | 1100 | 11001010 | 10011 | 1011110 | 0 | 10101 | 100100000 | 1011001 | 101010 |
Color Harmonies of #A40CCA
Complementary color
Monochromatic Colors of #A40CCA
Black with #A40CCA
Text Example
Text Example
White with #A40CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40CCA; }
p { color: rgb(164,12,202); }
H1.HeaderClassName
{
color: #A40CCA;
}
.AnyTagClassName
{
color: #A40CCA;
}
</style>
background-color css
<style>
a { background-color: #A40CCA; }
a { background-color: rgb(164,12,202); }
div.DivClassName
{
background-color: #A40CCA;
}
.BgClassName
{
background-color: #A40CCA;
}
</style>
border-color css
<style>
span { border-color: #A40CCA; }
span { border-color: rgb(164,12,202); }
td.TdClassName
{
border-color: #A40CCA;
}
.TagClassName
{
border-color: #A40CCA;
}
</style>