Shades of Dark Violet #A407DA
Tints of Dark Violet #A407DA
RGB
CMYK
RGB Variations
Color information
#A407DA (or 0xA407DA) is known color: Dark Violet. HEX triplet: A4, 07 and DA. RGB value is (164,7,218). Sum of RGB (Red+Green+Blue) = 164+7+218=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #A407DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407DA is #5BF825. Grayscale: #4D4D4D. Windows color (decimal): -6027302 or 14288804. OLE color: 14288804.
HSL color Cylindrical-coordinate representation of color #A407DA: hue angle of 284.64º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A407DA is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 7 | 218 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.15 |
| HSL | 284.64º | 0.94% | 0.44% | - |
| HSV(B) | 284.64º | 0.97% | 0.85% | - |
| XYZ | 28.04 | 13.11 | 67.38 | - |
| YUV | 78 | 207.01 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 218 | 0.25 | 0.97 | 0 | 0.15 | 284.64 | 0.94 | 0.44 |
| Hex | A4 | 7 | DA | 19 | 61 | 0 | F | 11D | 5E | 2C |
| Octal | 244 | 7 | 332 | 31 | 141 | 0 | 17 | 435 | 136 | 54 |
| Binary | 10100100 | 111 | 11011010 | 11001 | 1100001 | 0 | 1111 | 100011101 | 1011110 | 101100 |
Color Harmonies of #A407DA
Complementary color
Monochromatic Colors of #A407DA
Black with #A407DA
Text Example
Text Example
White with #A407DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407DA; }
p { color: rgb(164,7,218); }
H1.HeaderClassName
{
color: #A407DA;
}
.AnyTagClassName
{
color: #A407DA;
}
</style>
background-color css
<style>
a { background-color: #A407DA; }
a { background-color: rgb(164,7,218); }
div.DivClassName
{
background-color: #A407DA;
}
.BgClassName
{
background-color: #A407DA;
}
</style>
border-color css
<style>
span { border-color: #A407DA; }
span { border-color: rgb(164,7,218); }
td.TdClassName
{
border-color: #A407DA;
}
.TagClassName
{
border-color: #A407DA;
}
</style>