Shades of Dark Violet #A40AD6
Tints of Dark Violet #A40AD6
RGB
CMYK
RGB Variations
Color information
#A40AD6 (or 0xA40AD6) is known color: Dark Violet. HEX triplet: A4, 0A and D6. RGB value is (164,10,214). Sum of RGB (Red+Green+Blue) = 164+10+214=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 214 (83.98% from 255 or 55.15% from 388); Max value from RGB is 214 - color contains mainly: blue. Hex color #A40AD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40AD6 is #5BF529. Grayscale: #4E4E4E. Windows color (decimal): -6026538 or 14027428. OLE color: 14027428.
HSL color Cylindrical-coordinate representation of color #A40AD6: hue angle of 285.29º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40AD6 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 10 | 214 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.16 |
| HSL | 285.29º | 0.91% | 0.44% | - |
| HSV(B) | 285.29º | 0.95% | 0.84% | - |
| XYZ | 27.56 | 12.96 | 64.67 | - |
| YUV | 79.3 | 204.02 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 214 | 0.23 | 0.95 | 0 | 0.16 | 285.29 | 0.91 | 0.44 |
| Hex | A4 | A | D6 | 17 | 5F | 0 | 10 | 11D | 5B | 2C |
| Octal | 244 | 12 | 326 | 27 | 137 | 0 | 20 | 435 | 133 | 54 |
| Binary | 10100100 | 1010 | 11010110 | 10111 | 1011111 | 0 | 10000 | 100011101 | 1011011 | 101100 |
Color Harmonies of #A40AD6
Complementary color
Monochromatic Colors of #A40AD6
Black with #A40AD6
Text Example
Text Example
White with #A40AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40AD6; }
p { color: rgb(164,10,214); }
H1.HeaderClassName
{
color: #A40AD6;
}
.AnyTagClassName
{
color: #A40AD6;
}
</style>
background-color css
<style>
a { background-color: #A40AD6; }
a { background-color: rgb(164,10,214); }
div.DivClassName
{
background-color: #A40AD6;
}
.BgClassName
{
background-color: #A40AD6;
}
</style>
border-color css
<style>
span { border-color: #A40AD6; }
span { border-color: rgb(164,10,214); }
td.TdClassName
{
border-color: #A40AD6;
}
.TagClassName
{
border-color: #A40AD6;
}
</style>