Shades of Dark Violet #A400DB
Tints of Dark Violet #A400DB
RGB
CMYK
RGB Variations
Color information
#A400DB (or 0xA400DB) is known color: Dark Violet. HEX triplet: A4, 00 and DB. RGB value is (164,0,219). Sum of RGB (Red+Green+Blue) = 164+0+219=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #A400DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A400DB is #5BFF24. Grayscale: #494949. Windows color (decimal): -6029093 or 14352548. OLE color: 14352548.
HSL color Cylindrical-coordinate representation of color #A400DB: hue angle of 284.93º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400DB is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 0 | 219 | - |
| CMYK | 0.25 | 1 | 0 | 0.14 |
| HSL | 284.93º | 1% | 0.43% | - |
| HSV(B) | 284.93º | 1% | 0.86% | - |
| XYZ | 28.1 | 13.01 | 68.05 | - |
| YUV | 74 | 209.83 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 219 | 0.25 | 1 | 0 | 0.14 | 284.93 | 1 | 0.43 |
| Hex | A4 | 0 | DB | 19 | 64 | 0 | E | 11D | 64 | 2B |
| Octal | 244 | 0 | 333 | 31 | 144 | 0 | 16 | 435 | 144 | 53 |
| Binary | 10100100 | 0 | 11011011 | 11001 | 1100100 | 0 | 1110 | 100011101 | 1100100 | 101011 |
Color Harmonies of #A400DB
Complementary color
Monochromatic Colors of #A400DB
Black with #A400DB
Text Example
Text Example
White with #A400DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A400DB; }
p { color: rgb(164,0,219); }
H1.HeaderClassName
{
color: #A400DB;
}
.AnyTagClassName
{
color: #A400DB;
}
</style>
background-color css
<style>
a { background-color: #A400DB; }
a { background-color: rgb(164,0,219); }
div.DivClassName
{
background-color: #A400DB;
}
.BgClassName
{
background-color: #A400DB;
}
</style>
border-color css
<style>
span { border-color: #A400DB; }
span { border-color: rgb(164,0,219); }
td.TdClassName
{
border-color: #A400DB;
}
.TagClassName
{
border-color: #A400DB;
}
</style>