Shades of Dark Violet #A416C9
Tints of Dark Violet #A416C9
RGB
CMYK
RGB Variations
Color information
#A416C9 (or 0xA416C9) is known color: Dark Violet. HEX triplet: A4, 16 and C9. RGB value is (164,22,201). Sum of RGB (Red+Green+Blue) = 164+22+201=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #A416C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A416C9 is #5BE936. Grayscale: #545454. Windows color (decimal): -6023479 or 13178532. OLE color: 13178532.
HSL color Cylindrical-coordinate representation of color #A416C9: hue angle of 287.6º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A416C9 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 22 | 201 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.21 |
| HSL | 287.6º | 0.8% | 0.44% | - |
| HSV(B) | 287.6º | 0.89% | 0.79% | - |
| XYZ | 26.14 | 12.68 | 56.33 | - |
| YUV | 84.86 | 193.54 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 22 | 201 | 0.18 | 0.89 | 0 | 0.21 | 287.6 | 0.8 | 0.44 |
| Hex | A4 | 16 | C9 | 12 | 59 | 0 | 15 | 120 | 50 | 2C |
| Octal | 244 | 26 | 311 | 22 | 131 | 0 | 25 | 440 | 120 | 54 |
| Binary | 10100100 | 10110 | 11001001 | 10010 | 1011001 | 0 | 10101 | 100100000 | 1010000 | 101100 |
Color Harmonies of #A416C9
Complementary color
Monochromatic Colors of #A416C9
Black with #A416C9
Text Example
Text Example
White with #A416C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A416C9; }
p { color: rgb(164,22,201); }
H1.HeaderClassName
{
color: #A416C9;
}
.AnyTagClassName
{
color: #A416C9;
}
</style>
background-color css
<style>
a { background-color: #A416C9; }
a { background-color: rgb(164,22,201); }
div.DivClassName
{
background-color: #A416C9;
}
.BgClassName
{
background-color: #A416C9;
}
</style>
border-color css
<style>
span { border-color: #A416C9; }
span { border-color: rgb(164,22,201); }
td.TdClassName
{
border-color: #A416C9;
}
.TagClassName
{
border-color: #A416C9;
}
</style>