Shades of Dark Violet #A904DF
Tints of Dark Violet #A904DF
RGB
CMYK
RGB Variations
Color information
#A904DF (or 0xA904DF) is known color: Dark Violet. HEX triplet: A9, 04 and DF. RGB value is (169,4,223). Sum of RGB (Red+Green+Blue) = 169+4+223=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 4 (1.95% from 255 or 1.01% 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 #A904DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A904DF is #56FB20. Grayscale: #4D4D4D. Windows color (decimal): -5700385 or 14615721. OLE color: 14615721.
HSL color Cylindrical-coordinate representation of color #A904DF: hue angle of 285.21º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A904DF is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 4 | 223 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.13 |
| HSL | 285.21º | 0.96% | 0.45% | - |
| HSV(B) | 285.21º | 0.98% | 0.87% | - |
| XYZ | 29.72 | 13.85 | 70.92 | - |
| YUV | 78.3 | 209.66 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 223 | 0.24 | 0.98 | 0 | 0.13 | 285.21 | 0.96 | 0.45 |
| Hex | A9 | 4 | DF | 18 | 62 | 0 | D | 11D | 60 | 2D |
| Octal | 251 | 4 | 337 | 30 | 142 | 0 | 15 | 435 | 140 | 55 |
| Binary | 10101001 | 100 | 11011111 | 11000 | 1100010 | 0 | 1101 | 100011101 | 1100000 | 101101 |
Color Harmonies of #A904DF
Complementary color
Monochromatic Colors of #A904DF
Black with #A904DF
Text Example
Text Example
White with #A904DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A904DF; }
p { color: rgb(169,4,223); }
H1.HeaderClassName
{
color: #A904DF;
}
.AnyTagClassName
{
color: #A904DF;
}
</style>
background-color css
<style>
a { background-color: #A904DF; }
a { background-color: rgb(169,4,223); }
div.DivClassName
{
background-color: #A904DF;
}
.BgClassName
{
background-color: #A904DF;
}
</style>
border-color css
<style>
span { border-color: #A904DF; }
span { border-color: rgb(169,4,223); }
td.TdClassName
{
border-color: #A904DF;
}
.TagClassName
{
border-color: #A904DF;
}
</style>