Shades of Dark Violet #A411C7
Tints of Dark Violet #A411C7
RGB
CMYK
RGB Variations
Color information
#A411C7 (or 0xA411C7) is known color: Dark Violet. HEX triplet: A4, 11 and C7. RGB value is (164,17,199). Sum of RGB (Red+Green+Blue) = 164+17+199=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 199 (78.12% from 255 or 52.37% from 380); Max value from RGB is 199 - color contains mainly: blue. Hex color #A411C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A411C7 is #5BEE38. Grayscale: #515151. Windows color (decimal): -6024761 or 13046180. OLE color: 13046180.
HSL color Cylindrical-coordinate representation of color #A411C7: hue angle of 288.46º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A411C7 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 17 | 199 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.22 |
| HSL | 288.46º | 0.84% | 0.42% | - |
| HSV(B) | 288.46º | 0.91% | 0.78% | - |
| XYZ | 25.82 | 12.42 | 55.07 | - |
| YUV | 81.7 | 194.2 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 17 | 199 | 0.18 | 0.91 | 0 | 0.22 | 288.46 | 0.84 | 0.42 |
| Hex | A4 | 11 | C7 | 12 | 5B | 0 | 16 | 120 | 54 | 2A |
| Octal | 244 | 21 | 307 | 22 | 133 | 0 | 26 | 440 | 124 | 52 |
| Binary | 10100100 | 10001 | 11000111 | 10010 | 1011011 | 0 | 10110 | 100100000 | 1010100 | 101010 |
Color Harmonies of #A411C7
Complementary color
Monochromatic Colors of #A411C7
Black with #A411C7
Text Example
Text Example
White with #A411C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A411C7; }
p { color: rgb(164,17,199); }
H1.HeaderClassName
{
color: #A411C7;
}
.AnyTagClassName
{
color: #A411C7;
}
</style>
background-color css
<style>
a { background-color: #A411C7; }
a { background-color: rgb(164,17,199); }
div.DivClassName
{
background-color: #A411C7;
}
.BgClassName
{
background-color: #A411C7;
}
</style>
border-color css
<style>
span { border-color: #A411C7; }
span { border-color: rgb(164,17,199); }
td.TdClassName
{
border-color: #A411C7;
}
.TagClassName
{
border-color: #A411C7;
}
</style>