Shades of Dark Violet #A715E0
Tints of Dark Violet #A715E0
RGB
CMYK
RGB Variations
Color information
#A715E0 (or 0xA715E0) is known color: Dark Violet. HEX triplet: A7, 15 and E0. RGB value is (167,21,224). Sum of RGB (Red+Green+Blue) = 167+21+224=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 224 (87.89% from 255 or 54.37% from 412); Max value from RGB is 224 - color contains mainly: blue. Hex color #A715E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A715E0 is #58EA1F. Grayscale: #575757. Windows color (decimal): -5827104 or 14685607. OLE color: 14685607.
HSL color Cylindrical-coordinate representation of color #A715E0: hue angle of 283.15º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A715E0 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 21 | 224 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.12 |
| HSL | 283.15º | 0.83% | 0.48% | - |
| HSV(B) | 283.15º | 0.91% | 0.88% | - |
| XYZ | 29.66 | 14.13 | 71.69 | - |
| YUV | 87.8 | 204.87 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 21 | 224 | 0.25 | 0.91 | 0 | 0.12 | 283.15 | 0.83 | 0.48 |
| Hex | A7 | 15 | E0 | 19 | 5B | 0 | C | 11B | 53 | 30 |
| Octal | 247 | 25 | 340 | 31 | 133 | 0 | 14 | 433 | 123 | 60 |
| Binary | 10100111 | 10101 | 11100000 | 11001 | 1011011 | 0 | 1100 | 100011011 | 1010011 | 110000 |
Color Harmonies of #A715E0
Complementary color
Monochromatic Colors of #A715E0
Black with #A715E0
Text Example
Text Example
White with #A715E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A715E0; }
p { color: rgb(167,21,224); }
H1.HeaderClassName
{
color: #A715E0;
}
.AnyTagClassName
{
color: #A715E0;
}
</style>
background-color css
<style>
a { background-color: #A715E0; }
a { background-color: rgb(167,21,224); }
div.DivClassName
{
background-color: #A715E0;
}
.BgClassName
{
background-color: #A715E0;
}
</style>
border-color css
<style>
span { border-color: #A715E0; }
span { border-color: rgb(167,21,224); }
td.TdClassName
{
border-color: #A715E0;
}
.TagClassName
{
border-color: #A715E0;
}
</style>