Shades of Dark Violet #A714CC
Tints of Dark Violet #A714CC
RGB
CMYK
RGB Variations
Color information
#A714CC (or 0xA714CC) is known color: Dark Violet. HEX triplet: A7, 14 and CC. RGB value is (167,20,204). Sum of RGB (Red+Green+Blue) = 167+20+204=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #A714CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A714CC is #58EB33. Grayscale: #545454. Windows color (decimal): -5827380 or 13374631. OLE color: 13374631.
HSL color Cylindrical-coordinate representation of color #A714CC: hue angle of 287.93º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A714CC is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 20 | 204 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.2 |
| HSL | 287.93º | 0.82% | 0.44% | - |
| HSV(B) | 287.93º | 0.9% | 0.8% | - |
| XYZ | 27.09 | 13.08 | 58.22 | - |
| YUV | 84.93 | 195.2 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 20 | 204 | 0.18 | 0.90 | 0 | 0.2 | 287.93 | 0.82 | 0.44 |
| Hex | A7 | 14 | CC | 12 | 5A | 0 | 14 | 120 | 52 | 2C |
| Octal | 247 | 24 | 314 | 22 | 132 | 0 | 24 | 440 | 122 | 54 |
| Binary | 10100111 | 10100 | 11001100 | 10010 | 1011010 | 0 | 10100 | 100100000 | 1010010 | 101100 |
Color Harmonies of #A714CC
Complementary color
Monochromatic Colors of #A714CC
Black with #A714CC
Text Example
Text Example
White with #A714CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A714CC; }
p { color: rgb(167,20,204); }
H1.HeaderClassName
{
color: #A714CC;
}
.AnyTagClassName
{
color: #A714CC;
}
</style>
background-color css
<style>
a { background-color: #A714CC; }
a { background-color: rgb(167,20,204); }
div.DivClassName
{
background-color: #A714CC;
}
.BgClassName
{
background-color: #A714CC;
}
</style>
border-color css
<style>
span { border-color: #A714CC; }
span { border-color: rgb(167,20,204); }
td.TdClassName
{
border-color: #A714CC;
}
.TagClassName
{
border-color: #A714CC;
}
</style>