Shades of Dark Violet #A915C1
Tints of Dark Violet #A915C1
RGB
CMYK
RGB Variations
Color information
#A915C1 (or 0xA915C1) is known color: Dark Violet. HEX triplet: A9, 15 and C1. RGB value is (169,21,193). Sum of RGB (Red+Green+Blue) = 169+21+193=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #A915C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A915C1 is #56EA3E. Grayscale: #545454. Windows color (decimal): -5696063 or 12653993. OLE color: 12653993.
HSL color Cylindrical-coordinate representation of color #A915C1: hue angle of 291.63º 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 #A915C1 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 21 | 193 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.24 |
| HSL | 291.63º | 0.8% | 0.42% | - |
| HSV(B) | 291.63º | 0.89% | 0.76% | - |
| XYZ | 26.26 | 12.82 | 51.54 | - |
| YUV | 84.86 | 189.03 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 193 | 0.12 | 0.89 | 0 | 0.24 | 291.63 | 0.8 | 0.42 |
| Hex | A9 | 15 | C1 | C | 59 | 0 | 18 | 124 | 50 | 2A |
| Octal | 251 | 25 | 301 | 14 | 131 | 0 | 30 | 444 | 120 | 52 |
| Binary | 10101001 | 10101 | 11000001 | 1100 | 1011001 | 0 | 11000 | 100100100 | 1010000 | 101010 |
Color Harmonies of #A915C1
Complementary color
Monochromatic Colors of #A915C1
Black with #A915C1
Text Example
Text Example
White with #A915C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A915C1; }
p { color: rgb(169,21,193); }
H1.HeaderClassName
{
color: #A915C1;
}
.AnyTagClassName
{
color: #A915C1;
}
</style>
background-color css
<style>
a { background-color: #A915C1; }
a { background-color: rgb(169,21,193); }
div.DivClassName
{
background-color: #A915C1;
}
.BgClassName
{
background-color: #A915C1;
}
</style>
border-color css
<style>
span { border-color: #A915C1; }
span { border-color: rgb(169,21,193); }
td.TdClassName
{
border-color: #A915C1;
}
.TagClassName
{
border-color: #A915C1;
}
</style>