Shades of Dark Violet #A915C0
Tints of Dark Violet #A915C0
RGB
CMYK
RGB Variations
Color information
#A915C0 (or 0xA915C0) is known color: Dark Violet. HEX triplet: A9, 15 and C0. RGB value is (169,21,192). Sum of RGB (Red+Green+Blue) = 169+21+192=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #A915C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A915C0 is #56EA3F. Grayscale: #545454. Windows color (decimal): -5696064 or 12588457. OLE color: 12588457.
HSL color Cylindrical-coordinate representation of color #A915C0: hue angle of 291.93º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A915C0 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 21 | 192 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.25 |
| HSL | 291.93º | 0.8% | 0.42% | - |
| HSV(B) | 291.93º | 0.89% | 0.75% | - |
| XYZ | 26.14 | 12.78 | 50.96 | - |
| YUV | 84.75 | 188.53 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 192 | 0.12 | 0.89 | 0 | 0.25 | 291.93 | 0.8 | 0.42 |
| Hex | A9 | 15 | C0 | C | 59 | 0 | 19 | 124 | 50 | 2A |
| Octal | 251 | 25 | 300 | 14 | 131 | 0 | 31 | 444 | 120 | 52 |
| Binary | 10101001 | 10101 | 11000000 | 1100 | 1011001 | 0 | 11001 | 100100100 | 1010000 | 101010 |
Color Harmonies of #A915C0
Complementary color
Monochromatic Colors of #A915C0
Black with #A915C0
Text Example
Text Example
White with #A915C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A915C0; }
p { color: rgb(169,21,192); }
H1.HeaderClassName
{
color: #A915C0;
}
.AnyTagClassName
{
color: #A915C0;
}
</style>
background-color css
<style>
a { background-color: #A915C0; }
a { background-color: rgb(169,21,192); }
div.DivClassName
{
background-color: #A915C0;
}
.BgClassName
{
background-color: #A915C0;
}
</style>
border-color css
<style>
span { border-color: #A915C0; }
span { border-color: rgb(169,21,192); }
td.TdClassName
{
border-color: #A915C0;
}
.TagClassName
{
border-color: #A915C0;
}
</style>