Shades of Dark Violet #A40FDA
Tints of Dark Violet #A40FDA
RGB
CMYK
RGB Variations
Color information
#A40FDA (or 0xA40FDA) is known color: Dark Violet. HEX triplet: A4, 0F and DA. RGB value is (164,15,218). Sum of RGB (Red+Green+Blue) = 164+15+218=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #A40FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40FDA is #5BF025. Grayscale: #525252. Windows color (decimal): -6025254 or 14290852. OLE color: 14290852.
HSL color Cylindrical-coordinate representation of color #A40FDA: hue angle of 284.04º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40FDA is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 15 | 218 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.15 |
| HSL | 284.04º | 0.87% | 0.46% | - |
| HSV(B) | 284.04º | 0.93% | 0.85% | - |
| XYZ | 28.14 | 13.3 | 67.41 | - |
| YUV | 82.69 | 204.36 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 218 | 0.25 | 0.93 | 0 | 0.15 | 284.04 | 0.87 | 0.46 |
| Hex | A4 | F | DA | 19 | 5D | 0 | F | 11C | 57 | 2E |
| Octal | 244 | 17 | 332 | 31 | 135 | 0 | 17 | 434 | 127 | 56 |
| Binary | 10100100 | 1111 | 11011010 | 11001 | 1011101 | 0 | 1111 | 100011100 | 1010111 | 101110 |
Color Harmonies of #A40FDA
Complementary color
Monochromatic Colors of #A40FDA
Black with #A40FDA
Text Example
Text Example
White with #A40FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40FDA; }
p { color: rgb(164,15,218); }
H1.HeaderClassName
{
color: #A40FDA;
}
.AnyTagClassName
{
color: #A40FDA;
}
</style>
background-color css
<style>
a { background-color: #A40FDA; }
a { background-color: rgb(164,15,218); }
div.DivClassName
{
background-color: #A40FDA;
}
.BgClassName
{
background-color: #A40FDA;
}
</style>
border-color css
<style>
span { border-color: #A40FDA; }
span { border-color: rgb(164,15,218); }
td.TdClassName
{
border-color: #A40FDA;
}
.TagClassName
{
border-color: #A40FDA;
}
</style>