Shades of Dark Violet #A700D1
Tints of Dark Violet #A700D1
RGB
CMYK
RGB Variations
Color information
#A700D1 (or 0xA700D1) is known color: Dark Violet. HEX triplet: A7, 00 and D1. RGB value is (167,0,209). Sum of RGB (Red+Green+Blue) = 167+0+209=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 209 (82.03% from 255 or 55.59% from 376); Max value from RGB is 209 - color contains mainly: blue. Hex color #A700D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700D1 is #58FF2E. Grayscale: #494949. Windows color (decimal): -5832495 or 13697191. OLE color: 13697191.
HSL color Cylindrical-coordinate representation of color #A700D1: hue angle of 287.94º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A700D1 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 0 | 209 | - |
| CMYK | 0.20 | 1 | 0 | 0.18 |
| HSL | 287.94º | 1% | 0.41% | - |
| HSV(B) | 287.94º | 1% | 0.82% | - |
| XYZ | 27.44 | 12.82 | 61.35 | - |
| YUV | 73.76 | 204.33 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 209 | 0.20 | 1 | 0 | 0.18 | 287.94 | 1 | 0.41 |
| Hex | A7 | 0 | D1 | 14 | 64 | 0 | 12 | 120 | 64 | 29 |
| Octal | 247 | 0 | 321 | 24 | 144 | 0 | 22 | 440 | 144 | 51 |
| Binary | 10100111 | 0 | 11010001 | 10100 | 1100100 | 0 | 10010 | 100100000 | 1100100 | 101001 |
Color Harmonies of #A700D1
Complementary color
Monochromatic Colors of #A700D1
Black with #A700D1
Text Example
Text Example
White with #A700D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A700D1; }
p { color: rgb(167,0,209); }
H1.HeaderClassName
{
color: #A700D1;
}
.AnyTagClassName
{
color: #A700D1;
}
</style>
background-color css
<style>
a { background-color: #A700D1; }
a { background-color: rgb(167,0,209); }
div.DivClassName
{
background-color: #A700D1;
}
.BgClassName
{
background-color: #A700D1;
}
</style>
border-color css
<style>
span { border-color: #A700D1; }
span { border-color: rgb(167,0,209); }
td.TdClassName
{
border-color: #A700D1;
}
.TagClassName
{
border-color: #A700D1;
}
</style>