Shades of Dark Violet #A40AD7
Tints of Dark Violet #A40AD7
RGB
CMYK
RGB Variations
Color information
#A40AD7 (or 0xA40AD7) is known color: Dark Violet. HEX triplet: A4, 0A and D7. RGB value is (164,10,215). Sum of RGB (Red+Green+Blue) = 164+10+215=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 215 (84.38% from 255 or 55.27% from 389); Max value from RGB is 215 - color contains mainly: blue. Hex color #A40AD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40AD7 is #5BF528. Grayscale: #4E4E4E. Windows color (decimal): -6026537 or 14092964. OLE color: 14092964.
HSL color Cylindrical-coordinate representation of color #A40AD7: hue angle of 285.07º 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 #A40AD7 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 10 | 215 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.16 |
| HSL | 285.07º | 0.91% | 0.44% | - |
| HSV(B) | 285.07º | 0.95% | 0.84% | - |
| XYZ | 27.68 | 13.02 | 65.34 | - |
| YUV | 79.42 | 204.52 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 215 | 0.24 | 0.95 | 0 | 0.16 | 285.07 | 0.91 | 0.44 |
| Hex | A4 | A | D7 | 18 | 5F | 0 | 10 | 11D | 5B | 2C |
| Octal | 244 | 12 | 327 | 30 | 137 | 0 | 20 | 435 | 133 | 54 |
| Binary | 10100100 | 1010 | 11010111 | 11000 | 1011111 | 0 | 10000 | 100011101 | 1011011 | 101100 |
Color Harmonies of #A40AD7
Complementary color
Monochromatic Colors of #A40AD7
Black with #A40AD7
Text Example
Text Example
White with #A40AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40AD7; }
p { color: rgb(164,10,215); }
H1.HeaderClassName
{
color: #A40AD7;
}
.AnyTagClassName
{
color: #A40AD7;
}
</style>
background-color css
<style>
a { background-color: #A40AD7; }
a { background-color: rgb(164,10,215); }
div.DivClassName
{
background-color: #A40AD7;
}
.BgClassName
{
background-color: #A40AD7;
}
</style>
border-color css
<style>
span { border-color: #A40AD7; }
span { border-color: rgb(164,10,215); }
td.TdClassName
{
border-color: #A40AD7;
}
.TagClassName
{
border-color: #A40AD7;
}
</style>