Shades of Dark Violet #A714D8
Tints of Dark Violet #A714D8
RGB
CMYK
RGB Variations
Color information
#A714D8 (or 0xA714D8) is known color: Dark Violet. HEX triplet: A7, 14 and D8. RGB value is (167,20,216). Sum of RGB (Red+Green+Blue) = 167+20+216=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 216 (84.77% from 255 or 53.60% from 403); Max value from RGB is 216 - color contains mainly: blue. Hex color #A714D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A714D8 is #58EB27. Grayscale: #555555. Windows color (decimal): -5827368 or 14161063. OLE color: 14161063.
HSL color Cylindrical-coordinate representation of color #A714D8: hue angle of 285º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A714D8 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 20 | 216 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.15 |
| HSL | 285º | 0.83% | 0.46% | - |
| HSV(B) | 285º | 0.91% | 0.85% | - |
| XYZ | 28.58 | 13.67 | 66.1 | - |
| YUV | 86.3 | 201.2 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 20 | 216 | 0.23 | 0.91 | 0 | 0.15 | 285 | 0.83 | 0.46 |
| Hex | A7 | 14 | D8 | 17 | 5B | 0 | F | 11D | 53 | 2E |
| Octal | 247 | 24 | 330 | 27 | 133 | 0 | 17 | 435 | 123 | 56 |
| Binary | 10100111 | 10100 | 11011000 | 10111 | 1011011 | 0 | 1111 | 100011101 | 1010011 | 101110 |
Color Harmonies of #A714D8
Complementary color
Monochromatic Colors of #A714D8
Black with #A714D8
Text Example
Text Example
White with #A714D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A714D8; }
p { color: rgb(167,20,216); }
H1.HeaderClassName
{
color: #A714D8;
}
.AnyTagClassName
{
color: #A714D8;
}
</style>
background-color css
<style>
a { background-color: #A714D8; }
a { background-color: rgb(167,20,216); }
div.DivClassName
{
background-color: #A714D8;
}
.BgClassName
{
background-color: #A714D8;
}
</style>
border-color css
<style>
span { border-color: #A714D8; }
span { border-color: rgb(167,20,216); }
td.TdClassName
{
border-color: #A714D8;
}
.TagClassName
{
border-color: #A714D8;
}
</style>