Shades of Dark Violet #A715C2
Tints of Dark Violet #A715C2
RGB
CMYK
RGB Variations
Color information
#A715C2 (or 0xA715C2) is known color: Dark Violet. HEX triplet: A7, 15 and C2. RGB value is (167,21,194). Sum of RGB (Red+Green+Blue) = 167+21+194=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 194 (76.17% from 255 or 50.79% from 382); Max value from RGB is 194 - color contains mainly: blue. Hex color #A715C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A715C2 is #58EA3D. Grayscale: #535353. Windows color (decimal): -5827134 or 12719527. OLE color: 12719527.
HSL color Cylindrical-coordinate representation of color #A715C2: hue angle of 290.64º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A715C2 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 21 | 194 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.24 |
| HSL | 290.64º | 0.8% | 0.42% | - |
| HSV(B) | 290.64º | 0.89% | 0.76% | - |
| XYZ | 25.94 | 12.65 | 52.11 | - |
| YUV | 84.38 | 189.87 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 21 | 194 | 0.14 | 0.89 | 0 | 0.24 | 290.64 | 0.8 | 0.42 |
| Hex | A7 | 15 | C2 | E | 59 | 0 | 18 | 123 | 50 | 2A |
| Octal | 247 | 25 | 302 | 16 | 131 | 0 | 30 | 443 | 120 | 52 |
| Binary | 10100111 | 10101 | 11000010 | 1110 | 1011001 | 0 | 11000 | 100100011 | 1010000 | 101010 |
Color Harmonies of #A715C2
Complementary color
Monochromatic Colors of #A715C2
Black with #A715C2
Text Example
Text Example
White with #A715C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A715C2; }
p { color: rgb(167,21,194); }
H1.HeaderClassName
{
color: #A715C2;
}
.AnyTagClassName
{
color: #A715C2;
}
</style>
background-color css
<style>
a { background-color: #A715C2; }
a { background-color: rgb(167,21,194); }
div.DivClassName
{
background-color: #A715C2;
}
.BgClassName
{
background-color: #A715C2;
}
</style>
border-color css
<style>
span { border-color: #A715C2; }
span { border-color: rgb(167,21,194); }
td.TdClassName
{
border-color: #A715C2;
}
.TagClassName
{
border-color: #A715C2;
}
</style>