Shades of Dark Violet #A417C8
Tints of Dark Violet #A417C8
RGB
CMYK
RGB Variations
Color information
#A417C8 (or 0xA417C8) is known color: Dark Violet. HEX triplet: A4, 17 and C8. RGB value is (164,23,200). Sum of RGB (Red+Green+Blue) = 164+23+200=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 200 (78.52% from 255 or 51.68% from 387); Max value from RGB is 200 - color contains mainly: blue. Hex color #A417C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417C8 is #5BE837. Grayscale: #545454. Windows color (decimal): -6023224 or 13113252. OLE color: 13113252.
HSL color Cylindrical-coordinate representation of color #A417C8: hue angle of 287.8º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A417C8 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 23 | 200 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.22 |
| HSL | 287.8º | 0.79% | 0.44% | - |
| HSV(B) | 287.8º | 0.89% | 0.78% | - |
| XYZ | 26.04 | 12.68 | 55.72 | - |
| YUV | 85.34 | 192.71 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 23 | 200 | 0.18 | 0.88 | 0 | 0.22 | 287.8 | 0.79 | 0.44 |
| Hex | A4 | 17 | C8 | 12 | 58 | 0 | 16 | 120 | 4F | 2C |
| Octal | 244 | 27 | 310 | 22 | 130 | 0 | 26 | 440 | 117 | 54 |
| Binary | 10100100 | 10111 | 11001000 | 10010 | 1011000 | 0 | 10110 | 100100000 | 1001111 | 101100 |
Color Harmonies of #A417C8
Complementary color
Monochromatic Colors of #A417C8
Black with #A417C8
Text Example
Text Example
White with #A417C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A417C8; }
p { color: rgb(164,23,200); }
H1.HeaderClassName
{
color: #A417C8;
}
.AnyTagClassName
{
color: #A417C8;
}
</style>
background-color css
<style>
a { background-color: #A417C8; }
a { background-color: rgb(164,23,200); }
div.DivClassName
{
background-color: #A417C8;
}
.BgClassName
{
background-color: #A417C8;
}
</style>
border-color css
<style>
span { border-color: #A417C8; }
span { border-color: rgb(164,23,200); }
td.TdClassName
{
border-color: #A417C8;
}
.TagClassName
{
border-color: #A417C8;
}
</style>