Shades of Dark Violet #A705DD
Tints of Dark Violet #A705DD
RGB
CMYK
RGB Variations
Color information
#A705DD (or 0xA705DD) is known color: Dark Violet. HEX triplet: A7, 05 and DD. RGB value is (167,5,221). Sum of RGB (Red+Green+Blue) = 167+5+221=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #A705DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A705DD is #58FA22. Grayscale: #4D4D4D. Windows color (decimal): -5831203 or 14484903. OLE color: 14484903.
HSL color Cylindrical-coordinate representation of color #A705DD: hue angle of 285º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A705DD is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 5 | 221 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.13 |
| HSL | 285º | 0.96% | 0.44% | - |
| HSV(B) | 285º | 0.98% | 0.87% | - |
| XYZ | 29.04 | 13.54 | 69.49 | - |
| YUV | 78.06 | 208.67 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 221 | 0.24 | 0.98 | 0 | 0.13 | 285 | 0.96 | 0.44 |
| Hex | A7 | 5 | DD | 18 | 62 | 0 | D | 11D | 60 | 2C |
| Octal | 247 | 5 | 335 | 30 | 142 | 0 | 15 | 435 | 140 | 54 |
| Binary | 10100111 | 101 | 11011101 | 11000 | 1100010 | 0 | 1101 | 100011101 | 1100000 | 101100 |
Color Harmonies of #A705DD
Complementary color
Monochromatic Colors of #A705DD
Black with #A705DD
Text Example
Text Example
White with #A705DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A705DD; }
p { color: rgb(167,5,221); }
H1.HeaderClassName
{
color: #A705DD;
}
.AnyTagClassName
{
color: #A705DD;
}
</style>
background-color css
<style>
a { background-color: #A705DD; }
a { background-color: rgb(167,5,221); }
div.DivClassName
{
background-color: #A705DD;
}
.BgClassName
{
background-color: #A705DD;
}
</style>
border-color css
<style>
span { border-color: #A705DD; }
span { border-color: rgb(167,5,221); }
td.TdClassName
{
border-color: #A705DD;
}
.TagClassName
{
border-color: #A705DD;
}
</style>