Shades of Dark Violet #A412DB
Tints of Dark Violet #A412DB
RGB
CMYK
RGB Variations
Color information
#A412DB (or 0xA412DB) is known color: Dark Violet. HEX triplet: A4, 12 and DB. RGB value is (164,18,219). Sum of RGB (Red+Green+Blue) = 164+18+219=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #A412DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A412DB is #5BED24. Grayscale: #535353. Windows color (decimal): -6024485 or 14357156. OLE color: 14357156.
HSL color Cylindrical-coordinate representation of color #A412DB: hue angle of 283.58º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A412DB is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 18 | 219 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.14 |
| HSL | 283.58º | 0.85% | 0.46% | - |
| HSV(B) | 283.58º | 0.92% | 0.86% | - |
| XYZ | 28.31 | 13.44 | 68.12 | - |
| YUV | 84.57 | 203.87 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 219 | 0.25 | 0.92 | 0 | 0.14 | 283.58 | 0.85 | 0.46 |
| Hex | A4 | 12 | DB | 19 | 5C | 0 | E | 11C | 55 | 2E |
| Octal | 244 | 22 | 333 | 31 | 134 | 0 | 16 | 434 | 125 | 56 |
| Binary | 10100100 | 10010 | 11011011 | 11001 | 1011100 | 0 | 1110 | 100011100 | 1010101 | 101110 |
Color Harmonies of #A412DB
Complementary color
Monochromatic Colors of #A412DB
Black with #A412DB
Text Example
Text Example
White with #A412DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A412DB; }
p { color: rgb(164,18,219); }
H1.HeaderClassName
{
color: #A412DB;
}
.AnyTagClassName
{
color: #A412DB;
}
</style>
background-color css
<style>
a { background-color: #A412DB; }
a { background-color: rgb(164,18,219); }
div.DivClassName
{
background-color: #A412DB;
}
.BgClassName
{
background-color: #A412DB;
}
</style>
border-color css
<style>
span { border-color: #A412DB; }
span { border-color: rgb(164,18,219); }
td.TdClassName
{
border-color: #A412DB;
}
.TagClassName
{
border-color: #A412DB;
}
</style>