Shades of Dark Violet #A914C4
Tints of Dark Violet #A914C4
RGB
CMYK
RGB Variations
Color information
#A914C4 (or 0xA914C4) is known color: Dark Violet. HEX triplet: A9, 14 and C4. RGB value is (169,20,196). Sum of RGB (Red+Green+Blue) = 169+20+196=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 196 (76.95% from 255 or 50.91% from 385); Max value from RGB is 196 - color contains mainly: blue. Hex color #A914C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A914C4 is #56EB3B. Grayscale: #545454. Windows color (decimal): -5696316 or 12850345. OLE color: 12850345.
HSL color Cylindrical-coordinate representation of color #A914C4: hue angle of 290.8º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A914C4 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 20 | 196 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.23 |
| HSL | 290.8º | 0.81% | 0.42% | - |
| HSV(B) | 290.8º | 0.9% | 0.77% | - |
| XYZ | 26.58 | 12.92 | 53.32 | - |
| YUV | 84.62 | 190.86 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 20 | 196 | 0.14 | 0.90 | 0 | 0.23 | 290.8 | 0.81 | 0.42 |
| Hex | A9 | 14 | C4 | E | 5A | 0 | 17 | 123 | 51 | 2A |
| Octal | 251 | 24 | 304 | 16 | 132 | 0 | 27 | 443 | 121 | 52 |
| Binary | 10101001 | 10100 | 11000100 | 1110 | 1011010 | 0 | 10111 | 100100011 | 1010001 | 101010 |
Color Harmonies of #A914C4
Complementary color
Monochromatic Colors of #A914C4
Black with #A914C4
Text Example
Text Example
White with #A914C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A914C4; }
p { color: rgb(169,20,196); }
H1.HeaderClassName
{
color: #A914C4;
}
.AnyTagClassName
{
color: #A914C4;
}
</style>
background-color css
<style>
a { background-color: #A914C4; }
a { background-color: rgb(169,20,196); }
div.DivClassName
{
background-color: #A914C4;
}
.BgClassName
{
background-color: #A914C4;
}
</style>
border-color css
<style>
span { border-color: #A914C4; }
span { border-color: rgb(169,20,196); }
td.TdClassName
{
border-color: #A914C4;
}
.TagClassName
{
border-color: #A914C4;
}
</style>