Shades of Dark Violet #A418DB
Tints of Dark Violet #A418DB
RGB
CMYK
RGB Variations
Color information
#A418DB (or 0xA418DB) is known color: Dark Violet. HEX triplet: A4, 18 and DB. RGB value is (164,24,219). Sum of RGB (Red+Green+Blue) = 164+24+219=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #A418DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A418DB is #5BE724. Grayscale: #575757. Windows color (decimal): -6022949 or 14358692. OLE color: 14358692.
HSL color Cylindrical-coordinate representation of color #A418DB: hue angle of 283.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A418DB is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 24 | 219 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.14 |
| HSL | 283.08º | 0.8% | 0.48% | - |
| HSV(B) | 283.08º | 0.89% | 0.86% | - |
| XYZ | 28.42 | 13.66 | 68.16 | - |
| YUV | 88.09 | 201.88 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 24 | 219 | 0.25 | 0.89 | 0 | 0.14 | 283.08 | 0.8 | 0.48 |
| Hex | A4 | 18 | DB | 19 | 59 | 0 | E | 11B | 50 | 30 |
| Octal | 244 | 30 | 333 | 31 | 131 | 0 | 16 | 433 | 120 | 60 |
| Binary | 10100100 | 11000 | 11011011 | 11001 | 1011001 | 0 | 1110 | 100011011 | 1010000 | 110000 |
Color Harmonies of #A418DB
Complementary color
Monochromatic Colors of #A418DB
Black with #A418DB
Text Example
Text Example
White with #A418DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A418DB; }
p { color: rgb(164,24,219); }
H1.HeaderClassName
{
color: #A418DB;
}
.AnyTagClassName
{
color: #A418DB;
}
</style>
background-color css
<style>
a { background-color: #A418DB; }
a { background-color: rgb(164,24,219); }
div.DivClassName
{
background-color: #A418DB;
}
.BgClassName
{
background-color: #A418DB;
}
</style>
border-color css
<style>
span { border-color: #A418DB; }
span { border-color: rgb(164,24,219); }
td.TdClassName
{
border-color: #A418DB;
}
.TagClassName
{
border-color: #A418DB;
}
</style>