Shades of Dark Violet #A714BC
Tints of Dark Violet #A714BC
RGB
CMYK
RGB Variations
Color information
#A714BC (or 0xA714BC) is known color: Dark Violet. HEX triplet: A7, 14 and BC. RGB value is (167,20,188). Sum of RGB (Red+Green+Blue) = 167+20+188=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #A714BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A714BC is #58EB43. Grayscale: #525252. Windows color (decimal): -5827396 or 12326055. OLE color: 12326055.
HSL color Cylindrical-coordinate representation of color #A714BC: hue angle of 292.5º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A714BC is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 20 | 188 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.26 |
| HSL | 292.5º | 0.81% | 0.41% | - |
| HSV(B) | 292.5º | 0.89% | 0.74% | - |
| XYZ | 25.26 | 12.35 | 48.63 | - |
| YUV | 83.11 | 187.2 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 20 | 188 | 0.11 | 0.89 | 0 | 0.26 | 292.5 | 0.81 | 0.41 |
| Hex | A7 | 14 | BC | B | 59 | 0 | 1A | 124 | 51 | 29 |
| Octal | 247 | 24 | 274 | 13 | 131 | 0 | 32 | 444 | 121 | 51 |
| Binary | 10100111 | 10100 | 10111100 | 1011 | 1011001 | 0 | 11010 | 100100100 | 1010001 | 101001 |
Color Harmonies of #A714BC
Complementary color
Monochromatic Colors of #A714BC
Black with #A714BC
Text Example
Text Example
White with #A714BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A714BC; }
p { color: rgb(167,20,188); }
H1.HeaderClassName
{
color: #A714BC;
}
.AnyTagClassName
{
color: #A714BC;
}
</style>
background-color css
<style>
a { background-color: #A714BC; }
a { background-color: rgb(167,20,188); }
div.DivClassName
{
background-color: #A714BC;
}
.BgClassName
{
background-color: #A714BC;
}
</style>
border-color css
<style>
span { border-color: #A714BC; }
span { border-color: rgb(167,20,188); }
td.TdClassName
{
border-color: #A714BC;
}
.TagClassName
{
border-color: #A714BC;
}
</style>