Shades of Dark Violet #A40CC6
Tints of Dark Violet #A40CC6
RGB
CMYK
RGB Variations
Color information
#A40CC6 (or 0xA40CC6) is known color: Dark Violet. HEX triplet: A4, 0C and C6. RGB value is (164,12,198). Sum of RGB (Red+Green+Blue) = 164+12+198=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 198 (77.73% from 255 or 52.94% from 374); Max value from RGB is 198 - color contains mainly: blue. Hex color #A40CC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40CC6 is #5BF339. Grayscale: #4E4E4E. Windows color (decimal): -6026042 or 12979364. OLE color: 12979364.
HSL color Cylindrical-coordinate representation of color #A40CC6: hue angle of 289.03º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40CC6 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 12 | 198 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.22 |
| HSL | 289.03º | 0.89% | 0.41% | - |
| HSV(B) | 289.03º | 0.94% | 0.78% | - |
| XYZ | 25.63 | 12.23 | 54.44 | - |
| YUV | 78.65 | 195.36 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 198 | 0.17 | 0.94 | 0 | 0.22 | 289.03 | 0.89 | 0.41 |
| Hex | A4 | C | C6 | 11 | 5E | 0 | 16 | 121 | 59 | 29 |
| Octal | 244 | 14 | 306 | 21 | 136 | 0 | 26 | 441 | 131 | 51 |
| Binary | 10100100 | 1100 | 11000110 | 10001 | 1011110 | 0 | 10110 | 100100001 | 1011001 | 101001 |
Color Harmonies of #A40CC6
Complementary color
Monochromatic Colors of #A40CC6
Black with #A40CC6
Text Example
Text Example
White with #A40CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40CC6; }
p { color: rgb(164,12,198); }
H1.HeaderClassName
{
color: #A40CC6;
}
.AnyTagClassName
{
color: #A40CC6;
}
</style>
background-color css
<style>
a { background-color: #A40CC6; }
a { background-color: rgb(164,12,198); }
div.DivClassName
{
background-color: #A40CC6;
}
.BgClassName
{
background-color: #A40CC6;
}
</style>
border-color css
<style>
span { border-color: #A40CC6; }
span { border-color: rgb(164,12,198); }
td.TdClassName
{
border-color: #A40CC6;
}
.TagClassName
{
border-color: #A40CC6;
}
</style>