Shades of Dark Violet #A40CEC
Tints of Dark Violet #A40CEC
RGB
CMYK
RGB Variations
Color information
#A40CEC (or 0xA40CEC) is known color: Dark Violet. HEX triplet: A4, 0C and EC. RGB value is (164,12,236). Sum of RGB (Red+Green+Blue) = 164+12+236=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #A40CEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40CEC is #5BF313. Grayscale: #525252. Windows color (decimal): -6026004 or 15469732. OLE color: 15469732.
HSL color Cylindrical-coordinate representation of color #A40CEC: hue angle of 280.71º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40CEC is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 12 | 236 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.07 |
| HSL | 280.71º | 0.9% | 0.49% | - |
| HSV(B) | 280.71º | 0.95% | 0.93% | - |
| XYZ | 30.58 | 14.21 | 80.49 | - |
| YUV | 82.98 | 214.36 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 236 | 0.31 | 0.95 | 0 | 0.07 | 280.71 | 0.9 | 0.49 |
| Hex | A4 | C | EC | 1F | 5F | 0 | 7 | 119 | 5A | 31 |
| Octal | 244 | 14 | 354 | 37 | 137 | 0 | 7 | 431 | 132 | 61 |
| Binary | 10100100 | 1100 | 11101100 | 11111 | 1011111 | 0 | 111 | 100011001 | 1011010 | 110001 |
Color Harmonies of #A40CEC
Complementary color
Monochromatic Colors of #A40CEC
Black with #A40CEC
Text Example
Text Example
White with #A40CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40CEC; }
p { color: rgb(164,12,236); }
H1.HeaderClassName
{
color: #A40CEC;
}
.AnyTagClassName
{
color: #A40CEC;
}
</style>
background-color css
<style>
a { background-color: #A40CEC; }
a { background-color: rgb(164,12,236); }
div.DivClassName
{
background-color: #A40CEC;
}
.BgClassName
{
background-color: #A40CEC;
}
</style>
border-color css
<style>
span { border-color: #A40CEC; }
span { border-color: rgb(164,12,236); }
td.TdClassName
{
border-color: #A40CEC;
}
.TagClassName
{
border-color: #A40CEC;
}
</style>