Shades of Dark Violet #A716DB
Tints of Dark Violet #A716DB
RGB
CMYK
RGB Variations
Color information
#A716DB (or 0xA716DB) is known color: Dark Violet. HEX triplet: A7, 16 and DB. RGB value is (167,22,219). Sum of RGB (Red+Green+Blue) = 167+22+219=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 22 (8.98% from 255 or 5.39% 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 #A716DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A716DB is #58E924. Grayscale: #575757. Windows color (decimal): -5826853 or 14358183. OLE color: 14358183.
HSL color Cylindrical-coordinate representation of color #A716DB: hue angle of 284.16º 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 #A716DB is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 22 | 219 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.14 |
| HSL | 284.16º | 0.82% | 0.47% | - |
| HSV(B) | 284.16º | 0.9% | 0.86% | - |
| XYZ | 29.01 | 13.9 | 68.17 | - |
| YUV | 87.81 | 202.04 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 22 | 219 | 0.24 | 0.90 | 0 | 0.14 | 284.16 | 0.82 | 0.47 |
| Hex | A7 | 16 | DB | 18 | 5A | 0 | E | 11C | 52 | 2F |
| Octal | 247 | 26 | 333 | 30 | 132 | 0 | 16 | 434 | 122 | 57 |
| Binary | 10100111 | 10110 | 11011011 | 11000 | 1011010 | 0 | 1110 | 100011100 | 1010010 | 101111 |
Color Harmonies of #A716DB
Complementary color
Monochromatic Colors of #A716DB
Black with #A716DB
Text Example
Text Example
White with #A716DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A716DB; }
p { color: rgb(167,22,219); }
H1.HeaderClassName
{
color: #A716DB;
}
.AnyTagClassName
{
color: #A716DB;
}
</style>
background-color css
<style>
a { background-color: #A716DB; }
a { background-color: rgb(167,22,219); }
div.DivClassName
{
background-color: #A716DB;
}
.BgClassName
{
background-color: #A716DB;
}
</style>
border-color css
<style>
span { border-color: #A716DB; }
span { border-color: rgb(167,22,219); }
td.TdClassName
{
border-color: #A716DB;
}
.TagClassName
{
border-color: #A716DB;
}
</style>