Shades of Dark Violet #A815DB
Tints of Dark Violet #A815DB
RGB
CMYK
RGB Variations
Color information
#A815DB (or 0xA815DB) is known color: Dark Violet. HEX triplet: A8, 15 and DB. RGB value is (168,21,219). Sum of RGB (Red+Green+Blue) = 168+21+219=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #A815DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815DB is #57EA24. Grayscale: #565656. Windows color (decimal): -5761573 or 14357928. OLE color: 14357928.
HSL color Cylindrical-coordinate representation of color #A815DB: hue angle of 284.55º 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 #A815DB is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 21 | 219 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.14 |
| HSL | 284.55º | 0.83% | 0.47% | - |
| HSV(B) | 284.55º | 0.9% | 0.86% | - |
| XYZ | 29.2 | 13.98 | 68.18 | - |
| YUV | 87.53 | 202.2 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 219 | 0.23 | 0.90 | 0 | 0.14 | 284.55 | 0.83 | 0.47 |
| Hex | A8 | 15 | DB | 17 | 5A | 0 | E | 11D | 52 | 2F |
| Octal | 250 | 25 | 333 | 27 | 132 | 0 | 16 | 435 | 122 | 57 |
| Binary | 10101000 | 10101 | 11011011 | 10111 | 1011010 | 0 | 1110 | 100011101 | 1010010 | 101111 |
Color Harmonies of #A815DB
Complementary color
Monochromatic Colors of #A815DB
Black with #A815DB
Text Example
Text Example
White with #A815DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A815DB; }
p { color: rgb(168,21,219); }
H1.HeaderClassName
{
color: #A815DB;
}
.AnyTagClassName
{
color: #A815DB;
}
</style>
background-color css
<style>
a { background-color: #A815DB; }
a { background-color: rgb(168,21,219); }
div.DivClassName
{
background-color: #A815DB;
}
.BgClassName
{
background-color: #A815DB;
}
</style>
border-color css
<style>
span { border-color: #A815DB; }
span { border-color: rgb(168,21,219); }
td.TdClassName
{
border-color: #A815DB;
}
.TagClassName
{
border-color: #A815DB;
}
</style>