Shades of Dark Violet #A411B7
Tints of Dark Violet #A411B7
RGB
CMYK
RGB Variations
Color information
#A411B7 (or 0xA411B7) is known color: Dark Violet. HEX triplet: A4, 11 and B7. RGB value is (164,17,183). Sum of RGB (Red+Green+Blue) = 164+17+183=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #A411B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A411B7 is #5BEE48. Grayscale: #4F4F4F. Windows color (decimal): -6024777 or 11997604. OLE color: 11997604.
HSL color Cylindrical-coordinate representation of color #A411B7: hue angle of 293.13º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A411B7 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 17 | 183 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.28 |
| HSL | 293.13º | 0.83% | 0.39% | - |
| HSV(B) | 293.13º | 0.91% | 0.72% | - |
| XYZ | 24.06 | 11.71 | 45.79 | - |
| YUV | 79.88 | 186.2 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 17 | 183 | 0.10 | 0.91 | 0 | 0.28 | 293.13 | 0.83 | 0.39 |
| Hex | A4 | 11 | B7 | A | 5B | 0 | 1C | 125 | 53 | 27 |
| Octal | 244 | 21 | 267 | 12 | 133 | 0 | 34 | 445 | 123 | 47 |
| Binary | 10100100 | 10001 | 10110111 | 1010 | 1011011 | 0 | 11100 | 100100101 | 1010011 | 100111 |
Color Harmonies of #A411B7
Complementary color
Monochromatic Colors of #A411B7
Black with #A411B7
Text Example
Text Example
White with #A411B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A411B7; }
p { color: rgb(164,17,183); }
H1.HeaderClassName
{
color: #A411B7;
}
.AnyTagClassName
{
color: #A411B7;
}
</style>
background-color css
<style>
a { background-color: #A411B7; }
a { background-color: rgb(164,17,183); }
div.DivClassName
{
background-color: #A411B7;
}
.BgClassName
{
background-color: #A411B7;
}
</style>
border-color css
<style>
span { border-color: #A411B7; }
span { border-color: rgb(164,17,183); }
td.TdClassName
{
border-color: #A411B7;
}
.TagClassName
{
border-color: #A411B7;
}
</style>