Shades of Dark Violet #A604DB
Tints of Dark Violet #A604DB
RGB
CMYK
RGB Variations
Color information
#A604DB (or 0xA604DB) is known color: Dark Violet. HEX triplet: A6, 04 and DB. RGB value is (166,4,219). Sum of RGB (Red+Green+Blue) = 166+4+219=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #A604DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A604DB is #59FB24. Grayscale: #4C4C4C. Windows color (decimal): -5896997 or 14353574. OLE color: 14353574.
HSL color Cylindrical-coordinate representation of color #A604DB: hue angle of 285.21º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A604DB is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 4 | 219 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.14 |
| HSL | 285.21º | 0.96% | 0.44% | - |
| HSV(B) | 285.21º | 0.98% | 0.86% | - |
| XYZ | 28.56 | 13.31 | 68.08 | - |
| YUV | 76.95 | 208.17 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 4 | 219 | 0.24 | 0.98 | 0 | 0.14 | 285.21 | 0.96 | 0.44 |
| Hex | A6 | 4 | DB | 18 | 62 | 0 | E | 11D | 60 | 2C |
| Octal | 246 | 4 | 333 | 30 | 142 | 0 | 16 | 435 | 140 | 54 |
| Binary | 10100110 | 100 | 11011011 | 11000 | 1100010 | 0 | 1110 | 100011101 | 1100000 | 101100 |
Color Harmonies of #A604DB
Complementary color
Monochromatic Colors of #A604DB
Black with #A604DB
Text Example
Text Example
White with #A604DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A604DB; }
p { color: rgb(166,4,219); }
H1.HeaderClassName
{
color: #A604DB;
}
.AnyTagClassName
{
color: #A604DB;
}
</style>
background-color css
<style>
a { background-color: #A604DB; }
a { background-color: rgb(166,4,219); }
div.DivClassName
{
background-color: #A604DB;
}
.BgClassName
{
background-color: #A604DB;
}
</style>
border-color css
<style>
span { border-color: #A604DB; }
span { border-color: rgb(166,4,219); }
td.TdClassName
{
border-color: #A604DB;
}
.TagClassName
{
border-color: #A604DB;
}
</style>