Shades of Dark Violet #A40CCE
Tints of Dark Violet #A40CCE
RGB
CMYK
RGB Variations
Color information
#A40CCE (or 0xA40CCE) is known color: Dark Violet. HEX triplet: A4, 0C and CE. RGB value is (164,12,206). Sum of RGB (Red+Green+Blue) = 164+12+206=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #A40CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40CCE is #5BF331. Grayscale: #4E4E4E. Windows color (decimal): -6026034 or 13503652. OLE color: 13503652.
HSL color Cylindrical-coordinate representation of color #A40CCE: hue angle of 287.01º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40CCE is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 12 | 206 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.19 |
| HSL | 287.01º | 0.89% | 0.43% | - |
| HSV(B) | 287.01º | 0.94% | 0.81% | - |
| XYZ | 26.58 | 12.61 | 59.43 | - |
| YUV | 79.56 | 199.36 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 206 | 0.20 | 0.94 | 0 | 0.19 | 287.01 | 0.89 | 0.43 |
| Hex | A4 | C | CE | 14 | 5E | 0 | 13 | 11F | 59 | 2B |
| Octal | 244 | 14 | 316 | 24 | 136 | 0 | 23 | 437 | 131 | 53 |
| Binary | 10100100 | 1100 | 11001110 | 10100 | 1011110 | 0 | 10011 | 100011111 | 1011001 | 101011 |
Color Harmonies of #A40CCE
Complementary color
Monochromatic Colors of #A40CCE
Black with #A40CCE
Text Example
Text Example
White with #A40CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40CCE; }
p { color: rgb(164,12,206); }
H1.HeaderClassName
{
color: #A40CCE;
}
.AnyTagClassName
{
color: #A40CCE;
}
</style>
background-color css
<style>
a { background-color: #A40CCE; }
a { background-color: rgb(164,12,206); }
div.DivClassName
{
background-color: #A40CCE;
}
.BgClassName
{
background-color: #A40CCE;
}
</style>
border-color css
<style>
span { border-color: #A40CCE; }
span { border-color: rgb(164,12,206); }
td.TdClassName
{
border-color: #A40CCE;
}
.TagClassName
{
border-color: #A40CCE;
}
</style>