Shades of Dark Violet #A408DB
Tints of Dark Violet #A408DB
RGB
CMYK
RGB Variations
Color information
#A408DB (or 0xA408DB) is known color: Dark Violet. HEX triplet: A4, 08 and DB. RGB value is (164,8,219). Sum of RGB (Red+Green+Blue) = 164+8+219=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #A408DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A408DB is #5BF724. Grayscale: #4E4E4E. Windows color (decimal): -6027045 or 14354596. OLE color: 14354596.
HSL color Cylindrical-coordinate representation of color #A408DB: hue angle of 284.36º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A408DB is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 8 | 219 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.14 |
| HSL | 284.36º | 0.93% | 0.45% | - |
| HSV(B) | 284.36º | 0.96% | 0.86% | - |
| XYZ | 28.18 | 13.18 | 68.08 | - |
| YUV | 78.7 | 207.18 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 8 | 219 | 0.25 | 0.96 | 0 | 0.14 | 284.36 | 0.93 | 0.45 |
| Hex | A4 | 8 | DB | 19 | 60 | 0 | E | 11C | 5D | 2D |
| Octal | 244 | 10 | 333 | 31 | 140 | 0 | 16 | 434 | 135 | 55 |
| Binary | 10100100 | 1000 | 11011011 | 11001 | 1100000 | 0 | 1110 | 100011100 | 1011101 | 101101 |
Color Harmonies of #A408DB
Complementary color
Monochromatic Colors of #A408DB
Black with #A408DB
Text Example
Text Example
White with #A408DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A408DB; }
p { color: rgb(164,8,219); }
H1.HeaderClassName
{
color: #A408DB;
}
.AnyTagClassName
{
color: #A408DB;
}
</style>
background-color css
<style>
a { background-color: #A408DB; }
a { background-color: rgb(164,8,219); }
div.DivClassName
{
background-color: #A408DB;
}
.BgClassName
{
background-color: #A408DB;
}
</style>
border-color css
<style>
span { border-color: #A408DB; }
span { border-color: rgb(164,8,219); }
td.TdClassName
{
border-color: #A408DB;
}
.TagClassName
{
border-color: #A408DB;
}
</style>