Shades of Dark Violet #A40CBC
Tints of Dark Violet #A40CBC
RGB
CMYK
RGB Variations
Color information
#A40CBC (or 0xA40CBC) is known color: Dark Violet. HEX triplet: A4, 0C and BC. RGB value is (164,12,188). Sum of RGB (Red+Green+Blue) = 164+12+188=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #A40CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40CBC is #5BF343. Grayscale: #4C4C4C. Windows color (decimal): -6026052 or 12324004. OLE color: 12324004.
HSL color Cylindrical-coordinate representation of color #A40CBC: hue angle of 291.82º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40CBC is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 12 | 188 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.26 |
| HSL | 291.82º | 0.88% | 0.39% | - |
| HSV(B) | 291.82º | 0.94% | 0.74% | - |
| XYZ | 24.52 | 11.79 | 48.56 | - |
| YUV | 77.51 | 190.36 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 188 | 0.13 | 0.94 | 0 | 0.26 | 291.82 | 0.88 | 0.39 |
| Hex | A4 | C | BC | D | 5E | 0 | 1A | 124 | 58 | 27 |
| Octal | 244 | 14 | 274 | 15 | 136 | 0 | 32 | 444 | 130 | 47 |
| Binary | 10100100 | 1100 | 10111100 | 1101 | 1011110 | 0 | 11010 | 100100100 | 1011000 | 100111 |
Color Harmonies of #A40CBC
Complementary color
Monochromatic Colors of #A40CBC
Black with #A40CBC
Text Example
Text Example
White with #A40CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40CBC; }
p { color: rgb(164,12,188); }
H1.HeaderClassName
{
color: #A40CBC;
}
.AnyTagClassName
{
color: #A40CBC;
}
</style>
background-color css
<style>
a { background-color: #A40CBC; }
a { background-color: rgb(164,12,188); }
div.DivClassName
{
background-color: #A40CBC;
}
.BgClassName
{
background-color: #A40CBC;
}
</style>
border-color css
<style>
span { border-color: #A40CBC; }
span { border-color: rgb(164,12,188); }
td.TdClassName
{
border-color: #A40CBC;
}
.TagClassName
{
border-color: #A40CBC;
}
</style>