Shades of Dark Violet #A604DF
Tints of Dark Violet #A604DF
RGB
CMYK
RGB Variations
Color information
#A604DF (or 0xA604DF) is known color: Dark Violet. HEX triplet: A6, 04 and DF. RGB value is (166,4,223). Sum of RGB (Red+Green+Blue) = 166+4+223=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 4 (1.95% from 255 or 1.02% 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 #A604DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A604DF is #59FB20. Grayscale: #4C4C4C. Windows color (decimal): -5896993 or 14615718. OLE color: 14615718.
HSL color Cylindrical-coordinate representation of color #A604DF: hue angle of 284.38º 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 #A604DF is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 4 | 223 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.13 |
| HSL | 284.38º | 0.96% | 0.45% | - |
| HSV(B) | 284.38º | 0.98% | 0.87% | - |
| XYZ | 29.09 | 13.52 | 70.89 | - |
| YUV | 77.4 | 210.17 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 4 | 223 | 0.26 | 0.98 | 0 | 0.13 | 284.38 | 0.96 | 0.45 |
| Hex | A6 | 4 | DF | 1A | 62 | 0 | D | 11C | 60 | 2D |
| Octal | 246 | 4 | 337 | 32 | 142 | 0 | 15 | 434 | 140 | 55 |
| Binary | 10100110 | 100 | 11011111 | 11010 | 1100010 | 0 | 1101 | 100011100 | 1100000 | 101101 |
Color Harmonies of #A604DF
Complementary color
Monochromatic Colors of #A604DF
Black with #A604DF
Text Example
Text Example
White with #A604DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A604DF; }
p { color: rgb(166,4,223); }
H1.HeaderClassName
{
color: #A604DF;
}
.AnyTagClassName
{
color: #A604DF;
}
</style>
background-color css
<style>
a { background-color: #A604DF; }
a { background-color: rgb(166,4,223); }
div.DivClassName
{
background-color: #A604DF;
}
.BgClassName
{
background-color: #A604DF;
}
</style>
border-color css
<style>
span { border-color: #A604DF; }
span { border-color: rgb(166,4,223); }
td.TdClassName
{
border-color: #A604DF;
}
.TagClassName
{
border-color: #A604DF;
}
</style>