Shades of Dark Violet #A700D8
Tints of Dark Violet #A700D8
RGB
CMYK
RGB Variations
Color information
#A700D8 (or 0xA700D8) is known color: Dark Violet. HEX triplet: A7, 00 and D8. RGB value is (167,0,216). Sum of RGB (Red+Green+Blue) = 167+0+216=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 216 (84.77% from 255 or 56.40% from 383); Max value from RGB is 216 - color contains mainly: blue. Hex color #A700D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700D8 is #58FF27. Grayscale: #494949. Windows color (decimal): -5832488 or 14155943. OLE color: 14155943.
HSL color Cylindrical-coordinate representation of color #A700D8: hue angle of 286.39º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A700D8 is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 0 | 216 | - |
| CMYK | 0.23 | 1 | 0 | 0.15 |
| HSL | 286.39º | 1% | 0.42% | - |
| HSV(B) | 286.39º | 1% | 0.85% | - |
| XYZ | 28.33 | 13.17 | 66.02 | - |
| YUV | 74.56 | 207.83 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 216 | 0.23 | 1 | 0 | 0.15 | 286.39 | 1 | 0.42 |
| Hex | A7 | 0 | D8 | 17 | 64 | 0 | F | 11E | 64 | 2A |
| Octal | 247 | 0 | 330 | 27 | 144 | 0 | 17 | 436 | 144 | 52 |
| Binary | 10100111 | 0 | 11011000 | 10111 | 1100100 | 0 | 1111 | 100011110 | 1100100 | 101010 |
Color Harmonies of #A700D8
Complementary color
Monochromatic Colors of #A700D8
Black with #A700D8
Text Example
Text Example
White with #A700D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A700D8; }
p { color: rgb(167,0,216); }
H1.HeaderClassName
{
color: #A700D8;
}
.AnyTagClassName
{
color: #A700D8;
}
</style>
background-color css
<style>
a { background-color: #A700D8; }
a { background-color: rgb(167,0,216); }
div.DivClassName
{
background-color: #A700D8;
}
.BgClassName
{
background-color: #A700D8;
}
</style>
border-color css
<style>
span { border-color: #A700D8; }
span { border-color: rgb(167,0,216); }
td.TdClassName
{
border-color: #A700D8;
}
.TagClassName
{
border-color: #A700D8;
}
</style>