Shades of Dark Violet #A417C9
Tints of Dark Violet #A417C9
RGB
CMYK
RGB Variations
Color information
#A417C9 (or 0xA417C9) is known color: Dark Violet. HEX triplet: A4, 17 and C9. RGB value is (164,23,201). Sum of RGB (Red+Green+Blue) = 164+23+201=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 201 (78.91% from 255 or 51.80% from 388); Max value from RGB is 201 - color contains mainly: blue. Hex color #A417C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417C9 is #5BE836. Grayscale: #545454. Windows color (decimal): -6023223 or 13178788. OLE color: 13178788.
HSL color Cylindrical-coordinate representation of color #A417C9: hue angle of 287.53º degrees, saturation: 0.79, 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 #A417C9 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 23 | 201 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.21 |
| HSL | 287.53º | 0.79% | 0.44% | - |
| HSV(B) | 287.53º | 0.89% | 0.79% | - |
| XYZ | 26.16 | 12.72 | 56.34 | - |
| YUV | 85.45 | 193.21 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 23 | 201 | 0.18 | 0.89 | 0 | 0.21 | 287.53 | 0.79 | 0.44 |
| Hex | A4 | 17 | C9 | 12 | 59 | 0 | 15 | 120 | 4F | 2C |
| Octal | 244 | 27 | 311 | 22 | 131 | 0 | 25 | 440 | 117 | 54 |
| Binary | 10100100 | 10111 | 11001001 | 10010 | 1011001 | 0 | 10101 | 100100000 | 1001111 | 101100 |
Color Harmonies of #A417C9
Complementary color
Monochromatic Colors of #A417C9
Black with #A417C9
Text Example
Text Example
White with #A417C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A417C9; }
p { color: rgb(164,23,201); }
H1.HeaderClassName
{
color: #A417C9;
}
.AnyTagClassName
{
color: #A417C9;
}
</style>
background-color css
<style>
a { background-color: #A417C9; }
a { background-color: rgb(164,23,201); }
div.DivClassName
{
background-color: #A417C9;
}
.BgClassName
{
background-color: #A417C9;
}
</style>
border-color css
<style>
span { border-color: #A417C9; }
span { border-color: rgb(164,23,201); }
td.TdClassName
{
border-color: #A417C9;
}
.TagClassName
{
border-color: #A417C9;
}
</style>