Shades of Dark Violet #A40FCF
Tints of Dark Violet #A40FCF
RGB
CMYK
RGB Variations
Color information
#A40FCF (or 0xA40FCF) is known color: Dark Violet. HEX triplet: A4, 0F and CF. RGB value is (164,15,207). Sum of RGB (Red+Green+Blue) = 164+15+207=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #A40FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40FCF is #5BF030. Grayscale: #505050. Windows color (decimal): -6025265 or 13569956. OLE color: 13569956.
HSL color Cylindrical-coordinate representation of color #A40FCF: hue angle of 286.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40FCF is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 15 | 207 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.19 |
| HSL | 286.56º | 0.86% | 0.44% | - |
| HSV(B) | 286.56º | 0.93% | 0.81% | - |
| XYZ | 26.74 | 12.74 | 60.08 | - |
| YUV | 81.44 | 198.86 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 207 | 0.21 | 0.93 | 0 | 0.19 | 286.56 | 0.86 | 0.44 |
| Hex | A4 | F | CF | 15 | 5D | 0 | 13 | 11F | 56 | 2C |
| Octal | 244 | 17 | 317 | 25 | 135 | 0 | 23 | 437 | 126 | 54 |
| Binary | 10100100 | 1111 | 11001111 | 10101 | 1011101 | 0 | 10011 | 100011111 | 1010110 | 101100 |
Color Harmonies of #A40FCF
Complementary color
Monochromatic Colors of #A40FCF
Black with #A40FCF
Text Example
Text Example
White with #A40FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40FCF; }
p { color: rgb(164,15,207); }
H1.HeaderClassName
{
color: #A40FCF;
}
.AnyTagClassName
{
color: #A40FCF;
}
</style>
background-color css
<style>
a { background-color: #A40FCF; }
a { background-color: rgb(164,15,207); }
div.DivClassName
{
background-color: #A40FCF;
}
.BgClassName
{
background-color: #A40FCF;
}
</style>
border-color css
<style>
span { border-color: #A40FCF; }
span { border-color: rgb(164,15,207); }
td.TdClassName
{
border-color: #A40FCF;
}
.TagClassName
{
border-color: #A40FCF;
}
</style>