Shades of Dark Violet #A40AD5
Tints of Dark Violet #A40AD5
RGB
CMYK
RGB Variations
Color information
#A40AD5 (or 0xA40AD5) is known color: Dark Violet. HEX triplet: A4, 0A and D5. RGB value is (164,10,213). Sum of RGB (Red+Green+Blue) = 164+10+213=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 213 (83.59% from 255 or 55.04% from 387); Max value from RGB is 213 - color contains mainly: blue. Hex color #A40AD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40AD5 is #5BF52A. Grayscale: #4E4E4E. Windows color (decimal): -6026539 or 13961892. OLE color: 13961892.
HSL color Cylindrical-coordinate representation of color #A40AD5: hue angle of 285.52º 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 #A40AD5 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 10 | 213 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.16 |
| HSL | 285.52º | 0.91% | 0.44% | - |
| HSV(B) | 285.52º | 0.95% | 0.84% | - |
| XYZ | 27.43 | 12.91 | 64 | - |
| YUV | 79.19 | 203.52 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 213 | 0.23 | 0.95 | 0 | 0.16 | 285.52 | 0.91 | 0.44 |
| Hex | A4 | A | D5 | 17 | 5F | 0 | 10 | 11E | 5B | 2C |
| Octal | 244 | 12 | 325 | 27 | 137 | 0 | 20 | 436 | 133 | 54 |
| Binary | 10100100 | 1010 | 11010101 | 10111 | 1011111 | 0 | 10000 | 100011110 | 1011011 | 101100 |
Color Harmonies of #A40AD5
Complementary color
Monochromatic Colors of #A40AD5
Black with #A40AD5
Text Example
Text Example
White with #A40AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40AD5; }
p { color: rgb(164,10,213); }
H1.HeaderClassName
{
color: #A40AD5;
}
.AnyTagClassName
{
color: #A40AD5;
}
</style>
background-color css
<style>
a { background-color: #A40AD5; }
a { background-color: rgb(164,10,213); }
div.DivClassName
{
background-color: #A40AD5;
}
.BgClassName
{
background-color: #A40AD5;
}
</style>
border-color css
<style>
span { border-color: #A40AD5; }
span { border-color: rgb(164,10,213); }
td.TdClassName
{
border-color: #A40AD5;
}
.TagClassName
{
border-color: #A40AD5;
}
</style>