Shades of Dark Violet #A40ECC
Tints of Dark Violet #A40ECC
RGB
CMYK
RGB Variations
Color information
#A40ECC (or 0xA40ECC) is known color: Dark Violet. HEX triplet: A4, 0E and CC. RGB value is (164,14,204). Sum of RGB (Red+Green+Blue) = 164+14+204=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #A40ECC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40ECC is #5BF133. Grayscale: #4F4F4F. Windows color (decimal): -6025524 or 13373092. OLE color: 13373092.
HSL color Cylindrical-coordinate representation of color #A40ECC: hue angle of 287.37º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40ECC is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 14 | 204 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.2 |
| HSL | 287.37º | 0.87% | 0.43% | - |
| HSV(B) | 287.37º | 0.93% | 0.8% | - |
| XYZ | 26.37 | 12.57 | 58.16 | - |
| YUV | 80.51 | 197.7 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 14 | 204 | 0.20 | 0.93 | 0 | 0.2 | 287.37 | 0.87 | 0.43 |
| Hex | A4 | E | CC | 14 | 5D | 0 | 14 | 11F | 57 | 2B |
| Octal | 244 | 16 | 314 | 24 | 135 | 0 | 24 | 437 | 127 | 53 |
| Binary | 10100100 | 1110 | 11001100 | 10100 | 1011101 | 0 | 10100 | 100011111 | 1010111 | 101011 |
Color Harmonies of #A40ECC
Complementary color
Monochromatic Colors of #A40ECC
Black with #A40ECC
Text Example
Text Example
White with #A40ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40ECC; }
p { color: rgb(164,14,204); }
H1.HeaderClassName
{
color: #A40ECC;
}
.AnyTagClassName
{
color: #A40ECC;
}
</style>
background-color css
<style>
a { background-color: #A40ECC; }
a { background-color: rgb(164,14,204); }
div.DivClassName
{
background-color: #A40ECC;
}
.BgClassName
{
background-color: #A40ECC;
}
</style>
border-color css
<style>
span { border-color: #A40ECC; }
span { border-color: rgb(164,14,204); }
td.TdClassName
{
border-color: #A40ECC;
}
.TagClassName
{
border-color: #A40ECC;
}
</style>