Shades of Dark Violet #A816DB
Tints of Dark Violet #A816DB
RGB
CMYK
RGB Variations
Color information
#A816DB (or 0xA816DB) is known color: Dark Violet. HEX triplet: A8, 16 and DB. RGB value is (168,22,219). Sum of RGB (Red+Green+Blue) = 168+22+219=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #A816DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816DB is #57E924. Grayscale: #575757. Windows color (decimal): -5761317 or 14358184. OLE color: 14358184.
HSL color Cylindrical-coordinate representation of color #A816DB: hue angle of 284.47º 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 #A816DB is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 22 | 219 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.14 |
| HSL | 284.47º | 0.82% | 0.47% | - |
| HSV(B) | 284.47º | 0.9% | 0.86% | - |
| XYZ | 29.22 | 14.01 | 68.18 | - |
| YUV | 88.11 | 201.87 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 219 | 0.23 | 0.90 | 0 | 0.14 | 284.47 | 0.82 | 0.47 |
| Hex | A8 | 16 | DB | 17 | 5A | 0 | E | 11C | 52 | 2F |
| Octal | 250 | 26 | 333 | 27 | 132 | 0 | 16 | 434 | 122 | 57 |
| Binary | 10101000 | 10110 | 11011011 | 10111 | 1011010 | 0 | 1110 | 100011100 | 1010010 | 101111 |
Color Harmonies of #A816DB
Complementary color
Monochromatic Colors of #A816DB
Black with #A816DB
Text Example
Text Example
White with #A816DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816DB; }
p { color: rgb(168,22,219); }
H1.HeaderClassName
{
color: #A816DB;
}
.AnyTagClassName
{
color: #A816DB;
}
</style>
background-color css
<style>
a { background-color: #A816DB; }
a { background-color: rgb(168,22,219); }
div.DivClassName
{
background-color: #A816DB;
}
.BgClassName
{
background-color: #A816DB;
}
</style>
border-color css
<style>
span { border-color: #A816DB; }
span { border-color: rgb(168,22,219); }
td.TdClassName
{
border-color: #A816DB;
}
.TagClassName
{
border-color: #A816DB;
}
</style>