Shades of Dark Violet #A409DF
Tints of Dark Violet #A409DF
RGB
CMYK
RGB Variations
Color information
#A409DF (or 0xA409DF) is known color: Dark Violet. HEX triplet: A4, 09 and DF. RGB value is (164,9,223). Sum of RGB (Red+Green+Blue) = 164+9+223=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 9 (3.91% from 255 or 2.27% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #A409DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A409DF is #5BF620. Grayscale: #4F4F4F. Windows color (decimal): -6026785 or 14616996. OLE color: 14616996.
HSL color Cylindrical-coordinate representation of color #A409DF: hue angle of 283.46º degrees, saturation: 0.92, 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 #A409DF is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 9 | 223 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.13 |
| HSL | 283.46º | 0.92% | 0.45% | - |
| HSV(B) | 283.46º | 0.96% | 0.87% | - |
| XYZ | 28.73 | 13.42 | 70.89 | - |
| YUV | 79.74 | 208.85 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 223 | 0.26 | 0.96 | 0 | 0.13 | 283.46 | 0.92 | 0.45 |
| Hex | A4 | 9 | DF | 1A | 60 | 0 | D | 11B | 5C | 2D |
| Octal | 244 | 11 | 337 | 32 | 140 | 0 | 15 | 433 | 134 | 55 |
| Binary | 10100100 | 1001 | 11011111 | 11010 | 1100000 | 0 | 1101 | 100011011 | 1011100 | 101101 |
Color Harmonies of #A409DF
Complementary color
Monochromatic Colors of #A409DF
Black with #A409DF
Text Example
Text Example
White with #A409DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A409DF; }
p { color: rgb(164,9,223); }
H1.HeaderClassName
{
color: #A409DF;
}
.AnyTagClassName
{
color: #A409DF;
}
</style>
background-color css
<style>
a { background-color: #A409DF; }
a { background-color: rgb(164,9,223); }
div.DivClassName
{
background-color: #A409DF;
}
.BgClassName
{
background-color: #A409DF;
}
</style>
border-color css
<style>
span { border-color: #A409DF; }
span { border-color: rgb(164,9,223); }
td.TdClassName
{
border-color: #A409DF;
}
.TagClassName
{
border-color: #A409DF;
}
</style>