Shades of Dark Violet #A918DB
Tints of Dark Violet #A918DB
RGB
CMYK
RGB Variations
Color information
#A918DB (or 0xA918DB) is known color: Dark Violet. HEX triplet: A9, 18 and DB. RGB value is (169,24,219). Sum of RGB (Red+Green+Blue) = 169+24+219=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #A918DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A918DB is #56E724. Grayscale: #585858. Windows color (decimal): -5695269 or 14358697. OLE color: 14358697.
HSL color Cylindrical-coordinate representation of color #A918DB: hue angle of 284.62º 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 #A918DB is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 24 | 219 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.14 |
| HSL | 284.62º | 0.8% | 0.48% | - |
| HSV(B) | 284.62º | 0.89% | 0.86% | - |
| XYZ | 29.48 | 14.2 | 68.21 | - |
| YUV | 89.59 | 201.04 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 24 | 219 | 0.23 | 0.89 | 0 | 0.14 | 284.62 | 0.8 | 0.48 |
| Hex | A9 | 18 | DB | 17 | 59 | 0 | E | 11D | 50 | 30 |
| Octal | 251 | 30 | 333 | 27 | 131 | 0 | 16 | 435 | 120 | 60 |
| Binary | 10101001 | 11000 | 11011011 | 10111 | 1011001 | 0 | 1110 | 100011101 | 1010000 | 110000 |
Color Harmonies of #A918DB
Complementary color
Monochromatic Colors of #A918DB
Black with #A918DB
Text Example
Text Example
White with #A918DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A918DB; }
p { color: rgb(169,24,219); }
H1.HeaderClassName
{
color: #A918DB;
}
.AnyTagClassName
{
color: #A918DB;
}
</style>
background-color css
<style>
a { background-color: #A918DB; }
a { background-color: rgb(169,24,219); }
div.DivClassName
{
background-color: #A918DB;
}
.BgClassName
{
background-color: #A918DB;
}
</style>
border-color css
<style>
span { border-color: #A918DB; }
span { border-color: rgb(169,24,219); }
td.TdClassName
{
border-color: #A918DB;
}
.TagClassName
{
border-color: #A918DB;
}
</style>