Shades of Dark Violet #A40CE7
Tints of Dark Violet #A40CE7
RGB
CMYK
RGB Variations
Color information
#A40CE7 (or 0xA40CE7) is known color: Dark Violet. HEX triplet: A4, 0C and E7. RGB value is (164,12,231). Sum of RGB (Red+Green+Blue) = 164+12+231=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 231 (90.62% from 255 or 56.76% from 407); Max value from RGB is 231 - color contains mainly: blue. Hex color #A40CE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40CE7 is #5BF318. Grayscale: #515151. Windows color (decimal): -6026009 or 15142052. OLE color: 15142052.
HSL color Cylindrical-coordinate representation of color #A40CE7: hue angle of 281.64º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40CE7 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 12 | 231 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.09 |
| HSL | 281.64º | 0.9% | 0.48% | - |
| HSV(B) | 281.64º | 0.95% | 0.91% | - |
| XYZ | 29.87 | 13.92 | 76.72 | - |
| YUV | 82.41 | 211.86 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 231 | 0.29 | 0.95 | 0 | 0.09 | 281.64 | 0.9 | 0.48 |
| Hex | A4 | C | E7 | 1D | 5F | 0 | 9 | 11A | 5A | 30 |
| Octal | 244 | 14 | 347 | 35 | 137 | 0 | 11 | 432 | 132 | 60 |
| Binary | 10100100 | 1100 | 11100111 | 11101 | 1011111 | 0 | 1001 | 100011010 | 1011010 | 110000 |
Color Harmonies of #A40CE7
Complementary color
Monochromatic Colors of #A40CE7
Black with #A40CE7
Text Example
Text Example
White with #A40CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40CE7; }
p { color: rgb(164,12,231); }
H1.HeaderClassName
{
color: #A40CE7;
}
.AnyTagClassName
{
color: #A40CE7;
}
</style>
background-color css
<style>
a { background-color: #A40CE7; }
a { background-color: rgb(164,12,231); }
div.DivClassName
{
background-color: #A40CE7;
}
.BgClassName
{
background-color: #A40CE7;
}
</style>
border-color css
<style>
span { border-color: #A40CE7; }
span { border-color: rgb(164,12,231); }
td.TdClassName
{
border-color: #A40CE7;
}
.TagClassName
{
border-color: #A40CE7;
}
</style>