Shades of Dark Violet #A700DD
Tints of Dark Violet #A700DD
RGB
CMYK
RGB Variations
Color information
#A700DD (or 0xA700DD) is known color: Dark Violet. HEX triplet: A7, 00 and DD. RGB value is (167,0,221). Sum of RGB (Red+Green+Blue) = 167+0+221=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #A700DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700DD is #58FF22. Grayscale: #4A4A4A. Windows color (decimal): -5832483 or 14483623. OLE color: 14483623.
HSL color Cylindrical-coordinate representation of color #A700DD: hue angle of 285.34º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A700DD is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 0 | 221 | - |
| CMYK | 0.24 | 1 | 0 | 0.13 |
| HSL | 285.34º | 1% | 0.43% | - |
| HSV(B) | 285.34º | 1% | 0.87% | - |
| XYZ | 28.99 | 13.44 | 69.47 | - |
| YUV | 75.13 | 210.33 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 221 | 0.24 | 1 | 0 | 0.13 | 285.34 | 1 | 0.43 |
| Hex | A7 | 0 | DD | 18 | 64 | 0 | D | 11D | 64 | 2B |
| Octal | 247 | 0 | 335 | 30 | 144 | 0 | 15 | 435 | 144 | 53 |
| Binary | 10100111 | 0 | 11011101 | 11000 | 1100100 | 0 | 1101 | 100011101 | 1100100 | 101011 |
Color Harmonies of #A700DD
Complementary color
Monochromatic Colors of #A700DD
Black with #A700DD
Text Example
Text Example
White with #A700DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A700DD; }
p { color: rgb(167,0,221); }
H1.HeaderClassName
{
color: #A700DD;
}
.AnyTagClassName
{
color: #A700DD;
}
</style>
background-color css
<style>
a { background-color: #A700DD; }
a { background-color: rgb(167,0,221); }
div.DivClassName
{
background-color: #A700DD;
}
.BgClassName
{
background-color: #A700DD;
}
</style>
border-color css
<style>
span { border-color: #A700DD; }
span { border-color: rgb(167,0,221); }
td.TdClassName
{
border-color: #A700DD;
}
.TagClassName
{
border-color: #A700DD;
}
</style>