Shades of Dark Violet #A407DD
Tints of Dark Violet #A407DD
RGB
CMYK
RGB Variations
Color information
#A407DD (or 0xA407DD) is known color: Dark Violet. HEX triplet: A4, 07 and DD. RGB value is (164,7,221). Sum of RGB (Red+Green+Blue) = 164+7+221=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #A407DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407DD is #5BF822. Grayscale: #4D4D4D. Windows color (decimal): -6027299 or 14485412. OLE color: 14485412.
HSL color Cylindrical-coordinate representation of color #A407DD: hue angle of 284.02º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A407DD is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 7 | 221 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.13 |
| HSL | 284.02º | 0.94% | 0.45% | - |
| HSV(B) | 284.02º | 0.97% | 0.87% | - |
| XYZ | 28.44 | 13.26 | 69.47 | - |
| YUV | 78.34 | 208.51 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 221 | 0.26 | 0.97 | 0 | 0.13 | 284.02 | 0.94 | 0.45 |
| Hex | A4 | 7 | DD | 1A | 61 | 0 | D | 11C | 5E | 2D |
| Octal | 244 | 7 | 335 | 32 | 141 | 0 | 15 | 434 | 136 | 55 |
| Binary | 10100100 | 111 | 11011101 | 11010 | 1100001 | 0 | 1101 | 100011100 | 1011110 | 101101 |
Color Harmonies of #A407DD
Complementary color
Monochromatic Colors of #A407DD
Black with #A407DD
Text Example
Text Example
White with #A407DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407DD; }
p { color: rgb(164,7,221); }
H1.HeaderClassName
{
color: #A407DD;
}
.AnyTagClassName
{
color: #A407DD;
}
</style>
background-color css
<style>
a { background-color: #A407DD; }
a { background-color: rgb(164,7,221); }
div.DivClassName
{
background-color: #A407DD;
}
.BgClassName
{
background-color: #A407DD;
}
</style>
border-color css
<style>
span { border-color: #A407DD; }
span { border-color: rgb(164,7,221); }
td.TdClassName
{
border-color: #A407DD;
}
.TagClassName
{
border-color: #A407DD;
}
</style>