Shades of Dark Violet #A914C1
Tints of Dark Violet #A914C1
RGB
CMYK
RGB Variations
Color information
#A914C1 (or 0xA914C1) is known color: Dark Violet. HEX triplet: A9, 14 and C1. RGB value is (169,20,193). Sum of RGB (Red+Green+Blue) = 169+20+193=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #A914C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A914C1 is #56EB3E. Grayscale: #535353. Windows color (decimal): -5696319 or 12653737. OLE color: 12653737.
HSL color Cylindrical-coordinate representation of color #A914C1: hue angle of 291.68º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A914C1 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 20 | 193 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.24 |
| HSL | 291.68º | 0.81% | 0.42% | - |
| HSV(B) | 291.68º | 0.9% | 0.76% | - |
| XYZ | 26.24 | 12.79 | 51.54 | - |
| YUV | 84.27 | 189.36 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 20 | 193 | 0.12 | 0.90 | 0 | 0.24 | 291.68 | 0.81 | 0.42 |
| Hex | A9 | 14 | C1 | C | 5A | 0 | 18 | 124 | 51 | 2A |
| Octal | 251 | 24 | 301 | 14 | 132 | 0 | 30 | 444 | 121 | 52 |
| Binary | 10101001 | 10100 | 11000001 | 1100 | 1011010 | 0 | 11000 | 100100100 | 1010001 | 101010 |
Color Harmonies of #A914C1
Complementary color
Monochromatic Colors of #A914C1
Black with #A914C1
Text Example
Text Example
White with #A914C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A914C1; }
p { color: rgb(169,20,193); }
H1.HeaderClassName
{
color: #A914C1;
}
.AnyTagClassName
{
color: #A914C1;
}
</style>
background-color css
<style>
a { background-color: #A914C1; }
a { background-color: rgb(169,20,193); }
div.DivClassName
{
background-color: #A914C1;
}
.BgClassName
{
background-color: #A914C1;
}
</style>
border-color css
<style>
span { border-color: #A914C1; }
span { border-color: rgb(169,20,193); }
td.TdClassName
{
border-color: #A914C1;
}
.TagClassName
{
border-color: #A914C1;
}
</style>