Shades of Dark Violet #A701D8
Tints of Dark Violet #A701D8
RGB
CMYK
RGB Variations
Color information
#A701D8 (or 0xA701D8) is known color: Dark Violet. HEX triplet: A7, 01 and D8. RGB value is (167,1,216). Sum of RGB (Red+Green+Blue) = 167+1+216=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 216 (84.77% from 255 or 56.25% from 384); Max value from RGB is 216 - color contains mainly: blue. Hex color #A701D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A701D8 is #58FE27. Grayscale: #4A4A4A. Windows color (decimal): -5832232 or 14156199. OLE color: 14156199.
HSL color Cylindrical-coordinate representation of color #A701D8: hue angle of 286.33º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A701D8 is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 1 | 216 | - |
| CMYK | 0.23 | 1.00 | 0 | 0.15 |
| HSL | 286.33º | 0.99% | 0.43% | - |
| HSV(B) | 286.33º | 1% | 0.85% | - |
| XYZ | 28.34 | 13.2 | 66.02 | - |
| YUV | 75.14 | 207.5 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 216 | 0.23 | 1.00 | 0 | 0.15 | 286.33 | 0.99 | 0.43 |
| Hex | A7 | 1 | D8 | 17 | 64 | 0 | F | 11E | 63 | 2B |
| Octal | 247 | 1 | 330 | 27 | 144 | 0 | 17 | 436 | 143 | 53 |
| Binary | 10100111 | 1 | 11011000 | 10111 | 1100100 | 0 | 1111 | 100011110 | 1100011 | 101011 |
Color Harmonies of #A701D8
Complementary color
Monochromatic Colors of #A701D8
Black with #A701D8
Text Example
Text Example
White with #A701D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A701D8; }
p { color: rgb(167,1,216); }
H1.HeaderClassName
{
color: #A701D8;
}
.AnyTagClassName
{
color: #A701D8;
}
</style>
background-color css
<style>
a { background-color: #A701D8; }
a { background-color: rgb(167,1,216); }
div.DivClassName
{
background-color: #A701D8;
}
.BgClassName
{
background-color: #A701D8;
}
</style>
border-color css
<style>
span { border-color: #A701D8; }
span { border-color: rgb(167,1,216); }
td.TdClassName
{
border-color: #A701D8;
}
.TagClassName
{
border-color: #A701D8;
}
</style>