Shades of Dark Violet #A40FEB
Tints of Dark Violet #A40FEB
RGB
CMYK
RGB Variations
Color information
#A40FEB (or 0xA40FEB) is known color: Dark Violet. HEX triplet: A4, 0F and EB. RGB value is (164,15,235). Sum of RGB (Red+Green+Blue) = 164+15+235=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #A40FEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40FEB is #5BF014. Grayscale: #535353. Windows color (decimal): -6025237 or 15404964. OLE color: 15404964.
HSL color Cylindrical-coordinate representation of color #A40FEB: hue angle of 280.64º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40FEB is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 15 | 235 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.08 |
| HSL | 280.64º | 0.88% | 0.49% | - |
| HSV(B) | 280.64º | 0.94% | 0.92% | - |
| XYZ | 30.48 | 14.23 | 79.74 | - |
| YUV | 84.63 | 212.86 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 235 | 0.30 | 0.94 | 0 | 0.08 | 280.64 | 0.88 | 0.49 |
| Hex | A4 | F | EB | 1E | 5E | 0 | 8 | 119 | 58 | 31 |
| Octal | 244 | 17 | 353 | 36 | 136 | 0 | 10 | 431 | 130 | 61 |
| Binary | 10100100 | 1111 | 11101011 | 11110 | 1011110 | 0 | 1000 | 100011001 | 1011000 | 110001 |
Color Harmonies of #A40FEB
Complementary color
Monochromatic Colors of #A40FEB
Black with #A40FEB
Text Example
Text Example
White with #A40FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40FEB; }
p { color: rgb(164,15,235); }
H1.HeaderClassName
{
color: #A40FEB;
}
.AnyTagClassName
{
color: #A40FEB;
}
</style>
background-color css
<style>
a { background-color: #A40FEB; }
a { background-color: rgb(164,15,235); }
div.DivClassName
{
background-color: #A40FEB;
}
.BgClassName
{
background-color: #A40FEB;
}
</style>
border-color css
<style>
span { border-color: #A40FEB; }
span { border-color: rgb(164,15,235); }
td.TdClassName
{
border-color: #A40FEB;
}
.TagClassName
{
border-color: #A40FEB;
}
</style>