Shades of Dark Violet #A407DC
Tints of Dark Violet #A407DC
RGB
CMYK
RGB Variations
Color information
#A407DC (or 0xA407DC) is known color: Dark Violet. HEX triplet: A4, 07 and DC. RGB value is (164,7,220). Sum of RGB (Red+Green+Blue) = 164+7+220=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 7 (3.12% from 255 or 1.79% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #A407DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407DC is #5BF823. Grayscale: #4D4D4D. Windows color (decimal): -6027300 or 14419876. OLE color: 14419876.
HSL color Cylindrical-coordinate representation of color #A407DC: hue angle of 284.23º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A407DC is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 7 | 220 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.14 |
| HSL | 284.23º | 0.94% | 0.45% | - |
| HSV(B) | 284.23º | 0.97% | 0.86% | - |
| XYZ | 28.3 | 13.21 | 68.77 | - |
| YUV | 78.23 | 208.01 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 220 | 0.25 | 0.97 | 0 | 0.14 | 284.23 | 0.94 | 0.45 |
| Hex | A4 | 7 | DC | 19 | 61 | 0 | E | 11C | 5E | 2D |
| Octal | 244 | 7 | 334 | 31 | 141 | 0 | 16 | 434 | 136 | 55 |
| Binary | 10100100 | 111 | 11011100 | 11001 | 1100001 | 0 | 1110 | 100011100 | 1011110 | 101101 |
Color Harmonies of #A407DC
Complementary color
Monochromatic Colors of #A407DC
Black with #A407DC
Text Example
Text Example
White with #A407DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407DC; }
p { color: rgb(164,7,220); }
H1.HeaderClassName
{
color: #A407DC;
}
.AnyTagClassName
{
color: #A407DC;
}
</style>
background-color css
<style>
a { background-color: #A407DC; }
a { background-color: rgb(164,7,220); }
div.DivClassName
{
background-color: #A407DC;
}
.BgClassName
{
background-color: #A407DC;
}
</style>
border-color css
<style>
span { border-color: #A407DC; }
span { border-color: rgb(164,7,220); }
td.TdClassName
{
border-color: #A407DC;
}
.TagClassName
{
border-color: #A407DC;
}
</style>