Shades of Dark Violet #A406DF
Tints of Dark Violet #A406DF
RGB
CMYK
RGB Variations
Color information
#A406DF (or 0xA406DF) is known color: Dark Violet. HEX triplet: A4, 06 and DF. RGB value is (164,6,223). Sum of RGB (Red+Green+Blue) = 164+6+223=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 6 (2.73% from 255 or 1.53% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #A406DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A406DF is #5BF920. Grayscale: #4D4D4D. Windows color (decimal): -6027553 or 14616228. OLE color: 14616228.
HSL color Cylindrical-coordinate representation of color #A406DF: hue angle of 283.69º degrees, saturation: 0.95, 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 #A406DF is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 6 | 223 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.13 |
| HSL | 283.69º | 0.95% | 0.45% | - |
| HSV(B) | 283.69º | 0.97% | 0.87% | - |
| XYZ | 28.69 | 13.35 | 70.88 | - |
| YUV | 77.98 | 209.85 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 223 | 0.26 | 0.97 | 0 | 0.13 | 283.69 | 0.95 | 0.45 |
| Hex | A4 | 6 | DF | 1A | 61 | 0 | D | 11C | 5F | 2D |
| Octal | 244 | 6 | 337 | 32 | 141 | 0 | 15 | 434 | 137 | 55 |
| Binary | 10100100 | 110 | 11011111 | 11010 | 1100001 | 0 | 1101 | 100011100 | 1011111 | 101101 |
Color Harmonies of #A406DF
Complementary color
Monochromatic Colors of #A406DF
Black with #A406DF
Text Example
Text Example
White with #A406DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A406DF; }
p { color: rgb(164,6,223); }
H1.HeaderClassName
{
color: #A406DF;
}
.AnyTagClassName
{
color: #A406DF;
}
</style>
background-color css
<style>
a { background-color: #A406DF; }
a { background-color: rgb(164,6,223); }
div.DivClassName
{
background-color: #A406DF;
}
.BgClassName
{
background-color: #A406DF;
}
</style>
border-color css
<style>
span { border-color: #A406DF; }
span { border-color: rgb(164,6,223); }
td.TdClassName
{
border-color: #A406DF;
}
.TagClassName
{
border-color: #A406DF;
}
</style>