Shades of Dark Violet #A410C9
Tints of Dark Violet #A410C9
RGB
CMYK
RGB Variations
Color information
#A410C9 (or 0xA410C9) is known color: Dark Violet. HEX triplet: A4, 10 and C9. RGB value is (164,16,201). Sum of RGB (Red+Green+Blue) = 164+16+201=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #A410C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A410C9 is #5BEF36. Grayscale: #505050. Windows color (decimal): -6025015 or 13176996. OLE color: 13176996.
HSL color Cylindrical-coordinate representation of color #A410C9: hue angle of 288º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A410C9 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 16 | 201 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.21 |
| HSL | 288º | 0.85% | 0.43% | - |
| HSV(B) | 288º | 0.92% | 0.79% | - |
| XYZ | 26.04 | 12.48 | 56.29 | - |
| YUV | 81.34 | 195.53 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 16 | 201 | 0.18 | 0.92 | 0 | 0.21 | 288 | 0.85 | 0.43 |
| Hex | A4 | 10 | C9 | 12 | 5C | 0 | 15 | 120 | 55 | 2B |
| Octal | 244 | 20 | 311 | 22 | 134 | 0 | 25 | 440 | 125 | 53 |
| Binary | 10100100 | 10000 | 11001001 | 10010 | 1011100 | 0 | 10101 | 100100000 | 1010101 | 101011 |
Color Harmonies of #A410C9
Complementary color
Monochromatic Colors of #A410C9
Black with #A410C9
Text Example
Text Example
White with #A410C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A410C9; }
p { color: rgb(164,16,201); }
H1.HeaderClassName
{
color: #A410C9;
}
.AnyTagClassName
{
color: #A410C9;
}
</style>
background-color css
<style>
a { background-color: #A410C9; }
a { background-color: rgb(164,16,201); }
div.DivClassName
{
background-color: #A410C9;
}
.BgClassName
{
background-color: #A410C9;
}
</style>
border-color css
<style>
span { border-color: #A410C9; }
span { border-color: rgb(164,16,201); }
td.TdClassName
{
border-color: #A410C9;
}
.TagClassName
{
border-color: #A410C9;
}
</style>