Shades of Dark Violet #A705DB
Tints of Dark Violet #A705DB
RGB
CMYK
RGB Variations
Color information
#A705DB (or 0xA705DB) is known color: Dark Violet. HEX triplet: A7, 05 and DB. RGB value is (167,5,219). Sum of RGB (Red+Green+Blue) = 167+5+219=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #A705DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A705DB is #58FA24. Grayscale: #4D4D4D. Windows color (decimal): -5831205 or 14353831. OLE color: 14353831.
HSL color Cylindrical-coordinate representation of color #A705DB: hue angle of 285.42º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A705DB is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 5 | 219 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.14 |
| HSL | 285.42º | 0.96% | 0.44% | - |
| HSV(B) | 285.42º | 0.98% | 0.86% | - |
| XYZ | 28.78 | 13.44 | 68.1 | - |
| YUV | 77.83 | 207.67 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 219 | 0.24 | 0.98 | 0 | 0.14 | 285.42 | 0.96 | 0.44 |
| Hex | A7 | 5 | DB | 18 | 62 | 0 | E | 11D | 60 | 2C |
| Octal | 247 | 5 | 333 | 30 | 142 | 0 | 16 | 435 | 140 | 54 |
| Binary | 10100111 | 101 | 11011011 | 11000 | 1100010 | 0 | 1110 | 100011101 | 1100000 | 101100 |
Color Harmonies of #A705DB
Complementary color
Monochromatic Colors of #A705DB
Black with #A705DB
Text Example
Text Example
White with #A705DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A705DB; }
p { color: rgb(167,5,219); }
H1.HeaderClassName
{
color: #A705DB;
}
.AnyTagClassName
{
color: #A705DB;
}
</style>
background-color css
<style>
a { background-color: #A705DB; }
a { background-color: rgb(167,5,219); }
div.DivClassName
{
background-color: #A705DB;
}
.BgClassName
{
background-color: #A705DB;
}
</style>
border-color css
<style>
span { border-color: #A705DB; }
span { border-color: rgb(167,5,219); }
td.TdClassName
{
border-color: #A705DB;
}
.TagClassName
{
border-color: #A705DB;
}
</style>