Shades of Dark Violet #A40ECF
Tints of Dark Violet #A40ECF
RGB
CMYK
RGB Variations
Color information
#A40ECF (or 0xA40ECF) is known color: Dark Violet. HEX triplet: A4, 0E and CF. RGB value is (164,14,207). Sum of RGB (Red+Green+Blue) = 164+14+207=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #A40ECF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40ECF is #5BF130. Grayscale: #505050. Windows color (decimal): -6025521 or 13569700. OLE color: 13569700.
HSL color Cylindrical-coordinate representation of color #A40ECF: hue angle of 286.63º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40ECF is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 14 | 207 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.19 |
| HSL | 286.63º | 0.87% | 0.43% | - |
| HSV(B) | 286.63º | 0.93% | 0.81% | - |
| XYZ | 26.73 | 12.71 | 60.08 | - |
| YUV | 80.85 | 199.2 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 14 | 207 | 0.21 | 0.93 | 0 | 0.19 | 286.63 | 0.87 | 0.43 |
| Hex | A4 | E | CF | 15 | 5D | 0 | 13 | 11F | 57 | 2B |
| Octal | 244 | 16 | 317 | 25 | 135 | 0 | 23 | 437 | 127 | 53 |
| Binary | 10100100 | 1110 | 11001111 | 10101 | 1011101 | 0 | 10011 | 100011111 | 1010111 | 101011 |
Color Harmonies of #A40ECF
Complementary color
Monochromatic Colors of #A40ECF
Black with #A40ECF
Text Example
Text Example
White with #A40ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40ECF; }
p { color: rgb(164,14,207); }
H1.HeaderClassName
{
color: #A40ECF;
}
.AnyTagClassName
{
color: #A40ECF;
}
</style>
background-color css
<style>
a { background-color: #A40ECF; }
a { background-color: rgb(164,14,207); }
div.DivClassName
{
background-color: #A40ECF;
}
.BgClassName
{
background-color: #A40ECF;
}
</style>
border-color css
<style>
span { border-color: #A40ECF; }
span { border-color: rgb(164,14,207); }
td.TdClassName
{
border-color: #A40ECF;
}
.TagClassName
{
border-color: #A40ECF;
}
</style>