Shades of Dark Violet #A408DF
Tints of Dark Violet #A408DF
RGB
CMYK
RGB Variations
Color information
#A408DF (or 0xA408DF) is known color: Dark Violet. HEX triplet: A4, 08 and DF. RGB value is (164,8,223). Sum of RGB (Red+Green+Blue) = 164+8+223=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #A408DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A408DF is #5BF720. Grayscale: #4E4E4E. Windows color (decimal): -6027041 or 14616740. OLE color: 14616740.
HSL color Cylindrical-coordinate representation of color #A408DF: hue angle of 283.53º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A408DF is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 8 | 223 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.13 |
| HSL | 283.53º | 0.93% | 0.45% | - |
| HSV(B) | 283.53º | 0.96% | 0.87% | - |
| XYZ | 28.72 | 13.39 | 70.88 | - |
| YUV | 79.15 | 209.18 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 8 | 223 | 0.26 | 0.96 | 0 | 0.13 | 283.53 | 0.93 | 0.45 |
| Hex | A4 | 8 | DF | 1A | 60 | 0 | D | 11C | 5D | 2D |
| Octal | 244 | 10 | 337 | 32 | 140 | 0 | 15 | 434 | 135 | 55 |
| Binary | 10100100 | 1000 | 11011111 | 11010 | 1100000 | 0 | 1101 | 100011100 | 1011101 | 101101 |
Color Harmonies of #A408DF
Complementary color
Monochromatic Colors of #A408DF
Black with #A408DF
Text Example
Text Example
White with #A408DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A408DF; }
p { color: rgb(164,8,223); }
H1.HeaderClassName
{
color: #A408DF;
}
.AnyTagClassName
{
color: #A408DF;
}
</style>
background-color css
<style>
a { background-color: #A408DF; }
a { background-color: rgb(164,8,223); }
div.DivClassName
{
background-color: #A408DF;
}
.BgClassName
{
background-color: #A408DF;
}
</style>
border-color css
<style>
span { border-color: #A408DF; }
span { border-color: rgb(164,8,223); }
td.TdClassName
{
border-color: #A408DF;
}
.TagClassName
{
border-color: #A408DF;
}
</style>