Shades of Dark Violet #A416DB
Tints of Dark Violet #A416DB
RGB
CMYK
RGB Variations
Color information
#A416DB (or 0xA416DB) is known color: Dark Violet. HEX triplet: A4, 16 and DB. RGB value is (164,22,219). Sum of RGB (Red+Green+Blue) = 164+22+219=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #A416DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A416DB is #5BE924. Grayscale: #565656. Windows color (decimal): -6023461 or 14358180. OLE color: 14358180.
HSL color Cylindrical-coordinate representation of color #A416DB: hue angle of 283.25º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A416DB is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 22 | 219 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.14 |
| HSL | 283.25º | 0.82% | 0.47% | - |
| HSV(B) | 283.25º | 0.9% | 0.86% | - |
| XYZ | 28.38 | 13.58 | 68.14 | - |
| YUV | 86.92 | 202.54 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 22 | 219 | 0.25 | 0.90 | 0 | 0.14 | 283.25 | 0.82 | 0.47 |
| Hex | A4 | 16 | DB | 19 | 5A | 0 | E | 11B | 52 | 2F |
| Octal | 244 | 26 | 333 | 31 | 132 | 0 | 16 | 433 | 122 | 57 |
| Binary | 10100100 | 10110 | 11011011 | 11001 | 1011010 | 0 | 1110 | 100011011 | 1010010 | 101111 |
Color Harmonies of #A416DB
Complementary color
Monochromatic Colors of #A416DB
Black with #A416DB
Text Example
Text Example
White with #A416DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A416DB; }
p { color: rgb(164,22,219); }
H1.HeaderClassName
{
color: #A416DB;
}
.AnyTagClassName
{
color: #A416DB;
}
</style>
background-color css
<style>
a { background-color: #A416DB; }
a { background-color: rgb(164,22,219); }
div.DivClassName
{
background-color: #A416DB;
}
.BgClassName
{
background-color: #A416DB;
}
</style>
border-color css
<style>
span { border-color: #A416DB; }
span { border-color: rgb(164,22,219); }
td.TdClassName
{
border-color: #A416DB;
}
.TagClassName
{
border-color: #A416DB;
}
</style>