Shades of Dark Violet #A714B7
Tints of Dark Violet #A714B7
RGB
CMYK
RGB Variations
Color information
#A714B7 (or 0xA714B7) is known color: Dark Violet. HEX triplet: A7, 14 and B7. RGB value is (167,20,183). Sum of RGB (Red+Green+Blue) = 167+20+183=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 183 (71.88% from 255 or 49.46% from 370); Max value from RGB is 183 - color contains mainly: blue. Hex color #A714B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A714B7 is #58EB48. Grayscale: #525252. Windows color (decimal): -5827401 or 11998375. OLE color: 11998375.
HSL color Cylindrical-coordinate representation of color #A714B7: hue angle of 294.11º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A714B7 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 20 | 183 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.28 |
| HSL | 294.11º | 0.8% | 0.4% | - |
| HSV(B) | 294.11º | 0.89% | 0.72% | - |
| XYZ | 24.73 | 12.13 | 45.84 | - |
| YUV | 82.54 | 184.7 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 20 | 183 | 0.09 | 0.89 | 0 | 0.28 | 294.11 | 0.8 | 0.4 |
| Hex | A7 | 14 | B7 | 9 | 59 | 0 | 1C | 126 | 50 | 28 |
| Octal | 247 | 24 | 267 | 11 | 131 | 0 | 34 | 446 | 120 | 50 |
| Binary | 10100111 | 10100 | 10110111 | 1001 | 1011001 | 0 | 11100 | 100100110 | 1010000 | 101000 |
Color Harmonies of #A714B7
Complementary color
Monochromatic Colors of #A714B7
Black with #A714B7
Text Example
Text Example
White with #A714B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A714B7; }
p { color: rgb(167,20,183); }
H1.HeaderClassName
{
color: #A714B7;
}
.AnyTagClassName
{
color: #A714B7;
}
</style>
background-color css
<style>
a { background-color: #A714B7; }
a { background-color: rgb(167,20,183); }
div.DivClassName
{
background-color: #A714B7;
}
.BgClassName
{
background-color: #A714B7;
}
</style>
border-color css
<style>
span { border-color: #A714B7; }
span { border-color: rgb(167,20,183); }
td.TdClassName
{
border-color: #A714B7;
}
.TagClassName
{
border-color: #A714B7;
}
</style>