Shades of Dark Violet #A404DB
Tints of Dark Violet #A404DB
RGB
CMYK
RGB Variations
Color information
#A404DB (or 0xA404DB) is known color: Dark Violet. HEX triplet: A4, 04 and DB. RGB value is (164,4,219). Sum of RGB (Red+Green+Blue) = 164+4+219=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #A404DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A404DB is #5BFB24. Grayscale: #4B4B4B. Windows color (decimal): -6028069 or 14353572. OLE color: 14353572.
HSL color Cylindrical-coordinate representation of color #A404DB: hue angle of 284.65º 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 #A404DB is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 4 | 219 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.14 |
| HSL | 284.65º | 0.96% | 0.44% | - |
| HSV(B) | 284.65º | 0.98% | 0.86% | - |
| XYZ | 28.14 | 13.09 | 68.06 | - |
| YUV | 76.35 | 208.51 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 219 | 0.25 | 0.98 | 0 | 0.14 | 284.65 | 0.96 | 0.44 |
| Hex | A4 | 4 | DB | 19 | 62 | 0 | E | 11D | 60 | 2C |
| Octal | 244 | 4 | 333 | 31 | 142 | 0 | 16 | 435 | 140 | 54 |
| Binary | 10100100 | 100 | 11011011 | 11001 | 1100010 | 0 | 1110 | 100011101 | 1100000 | 101100 |
Color Harmonies of #A404DB
Complementary color
Monochromatic Colors of #A404DB
Black with #A404DB
Text Example
Text Example
White with #A404DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A404DB; }
p { color: rgb(164,4,219); }
H1.HeaderClassName
{
color: #A404DB;
}
.AnyTagClassName
{
color: #A404DB;
}
</style>
background-color css
<style>
a { background-color: #A404DB; }
a { background-color: rgb(164,4,219); }
div.DivClassName
{
background-color: #A404DB;
}
.BgClassName
{
background-color: #A404DB;
}
</style>
border-color css
<style>
span { border-color: #A404DB; }
span { border-color: rgb(164,4,219); }
td.TdClassName
{
border-color: #A404DB;
}
.TagClassName
{
border-color: #A404DB;
}
</style>