Shades of Dark Violet #A707DB
Tints of Dark Violet #A707DB
RGB
CMYK
RGB Variations
Color information
#A707DB (or 0xA707DB) is known color: Dark Violet. HEX triplet: A7, 07 and DB. RGB value is (167,7,219). Sum of RGB (Red+Green+Blue) = 167+7+219=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #A707DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A707DB is #58F824. Grayscale: #4E4E4E. Windows color (decimal): -5830693 or 14354343. OLE color: 14354343.
HSL color Cylindrical-coordinate representation of color #A707DB: hue angle of 285.28º 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 #A707DB is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 7 | 219 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.14 |
| HSL | 285.28º | 0.94% | 0.44% | - |
| HSV(B) | 285.28º | 0.97% | 0.86% | - |
| XYZ | 28.8 | 13.48 | 68.1 | - |
| YUV | 79.01 | 207.01 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 7 | 219 | 0.24 | 0.97 | 0 | 0.14 | 285.28 | 0.94 | 0.44 |
| Hex | A7 | 7 | DB | 18 | 61 | 0 | E | 11D | 5E | 2C |
| Octal | 247 | 7 | 333 | 30 | 141 | 0 | 16 | 435 | 136 | 54 |
| Binary | 10100111 | 111 | 11011011 | 11000 | 1100001 | 0 | 1110 | 100011101 | 1011110 | 101100 |
Color Harmonies of #A707DB
Complementary color
Monochromatic Colors of #A707DB
Black with #A707DB
Text Example
Text Example
White with #A707DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A707DB; }
p { color: rgb(167,7,219); }
H1.HeaderClassName
{
color: #A707DB;
}
.AnyTagClassName
{
color: #A707DB;
}
</style>
background-color css
<style>
a { background-color: #A707DB; }
a { background-color: rgb(167,7,219); }
div.DivClassName
{
background-color: #A707DB;
}
.BgClassName
{
background-color: #A707DB;
}
</style>
border-color css
<style>
span { border-color: #A707DB; }
span { border-color: rgb(167,7,219); }
td.TdClassName
{
border-color: #A707DB;
}
.TagClassName
{
border-color: #A707DB;
}
</style>