Shades of Dark Violet #A807DB
Tints of Dark Violet #A807DB
RGB
CMYK
RGB Variations
Color information
#A807DB (or 0xA807DB) is known color: Dark Violet. HEX triplet: A8, 07 and DB. RGB value is (168,7,219). Sum of RGB (Red+Green+Blue) = 168+7+219=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #A807DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A807DB is #57F824. Grayscale: #4E4E4E. Windows color (decimal): -5765157 or 14354344. OLE color: 14354344.
HSL color Cylindrical-coordinate representation of color #A807DB: hue angle of 285.57º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A807DB is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 7 | 219 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.14 |
| HSL | 285.57º | 0.94% | 0.44% | - |
| HSV(B) | 285.57º | 0.97% | 0.86% | - |
| XYZ | 29.01 | 13.59 | 68.11 | - |
| YUV | 79.31 | 206.84 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 219 | 0.23 | 0.97 | 0 | 0.14 | 285.57 | 0.94 | 0.44 |
| Hex | A8 | 7 | DB | 17 | 61 | 0 | E | 11E | 5E | 2C |
| Octal | 250 | 7 | 333 | 27 | 141 | 0 | 16 | 436 | 136 | 54 |
| Binary | 10101000 | 111 | 11011011 | 10111 | 1100001 | 0 | 1110 | 100011110 | 1011110 | 101100 |
Color Harmonies of #A807DB
Complementary color
Monochromatic Colors of #A807DB
Black with #A807DB
Text Example
Text Example
White with #A807DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A807DB; }
p { color: rgb(168,7,219); }
H1.HeaderClassName
{
color: #A807DB;
}
.AnyTagClassName
{
color: #A807DB;
}
</style>
background-color css
<style>
a { background-color: #A807DB; }
a { background-color: rgb(168,7,219); }
div.DivClassName
{
background-color: #A807DB;
}
.BgClassName
{
background-color: #A807DB;
}
</style>
border-color css
<style>
span { border-color: #A807DB; }
span { border-color: rgb(168,7,219); }
td.TdClassName
{
border-color: #A807DB;
}
.TagClassName
{
border-color: #A807DB;
}
</style>