Shades of Dark Violet #A414C9
Tints of Dark Violet #A414C9
RGB
CMYK
RGB Variations
Color information
#A414C9 (or 0xA414C9) is known color: Dark Violet. HEX triplet: A4, 14 and C9. RGB value is (164,20,201). Sum of RGB (Red+Green+Blue) = 164+20+201=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #A414C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A414C9 is #5BEB36. Grayscale: #535353. Windows color (decimal): -6023991 or 13178020. OLE color: 13178020.
HSL color Cylindrical-coordinate representation of color #A414C9: hue angle of 287.73º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A414C9 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 20 | 201 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.21 |
| HSL | 287.73º | 0.82% | 0.43% | - |
| HSV(B) | 287.73º | 0.9% | 0.79% | - |
| XYZ | 26.1 | 12.61 | 56.32 | - |
| YUV | 83.69 | 194.21 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 20 | 201 | 0.18 | 0.90 | 0 | 0.21 | 287.73 | 0.82 | 0.43 |
| Hex | A4 | 14 | C9 | 12 | 5A | 0 | 15 | 120 | 52 | 2B |
| Octal | 244 | 24 | 311 | 22 | 132 | 0 | 25 | 440 | 122 | 53 |
| Binary | 10100100 | 10100 | 11001001 | 10010 | 1011010 | 0 | 10101 | 100100000 | 1010010 | 101011 |
Color Harmonies of #A414C9
Complementary color
Monochromatic Colors of #A414C9
Black with #A414C9
Text Example
Text Example
White with #A414C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A414C9; }
p { color: rgb(164,20,201); }
H1.HeaderClassName
{
color: #A414C9;
}
.AnyTagClassName
{
color: #A414C9;
}
</style>
background-color css
<style>
a { background-color: #A414C9; }
a { background-color: rgb(164,20,201); }
div.DivClassName
{
background-color: #A414C9;
}
.BgClassName
{
background-color: #A414C9;
}
</style>
border-color css
<style>
span { border-color: #A414C9; }
span { border-color: rgb(164,20,201); }
td.TdClassName
{
border-color: #A414C9;
}
.TagClassName
{
border-color: #A414C9;
}
</style>