Shades of Dark Violet #A412D7
Tints of Dark Violet #A412D7
RGB
CMYK
RGB Variations
Color information
#A412D7 (or 0xA412D7) is known color: Dark Violet. HEX triplet: A4, 12 and D7. RGB value is (164,18,215). Sum of RGB (Red+Green+Blue) = 164+18+215=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 215 (84.38% from 255 or 54.16% from 397); Max value from RGB is 215 - color contains mainly: blue. Hex color #A412D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A412D7 is #5BED28. Grayscale: #535353. Windows color (decimal): -6024489 or 14095012. OLE color: 14095012.
HSL color Cylindrical-coordinate representation of color #A412D7: hue angle of 284.47º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A412D7 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 18 | 215 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.16 |
| HSL | 284.47º | 0.85% | 0.46% | - |
| HSV(B) | 284.47º | 0.92% | 0.84% | - |
| XYZ | 27.79 | 13.23 | 65.38 | - |
| YUV | 84.11 | 201.87 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 215 | 0.24 | 0.92 | 0 | 0.16 | 284.47 | 0.85 | 0.46 |
| Hex | A4 | 12 | D7 | 18 | 5C | 0 | 10 | 11C | 55 | 2E |
| Octal | 244 | 22 | 327 | 30 | 134 | 0 | 20 | 434 | 125 | 56 |
| Binary | 10100100 | 10010 | 11010111 | 11000 | 1011100 | 0 | 10000 | 100011100 | 1010101 | 101110 |
Color Harmonies of #A412D7
Complementary color
Monochromatic Colors of #A412D7
Black with #A412D7
Text Example
Text Example
White with #A412D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A412D7; }
p { color: rgb(164,18,215); }
H1.HeaderClassName
{
color: #A412D7;
}
.AnyTagClassName
{
color: #A412D7;
}
</style>
background-color css
<style>
a { background-color: #A412D7; }
a { background-color: rgb(164,18,215); }
div.DivClassName
{
background-color: #A412D7;
}
.BgClassName
{
background-color: #A412D7;
}
</style>
border-color css
<style>
span { border-color: #A412D7; }
span { border-color: rgb(164,18,215); }
td.TdClassName
{
border-color: #A412D7;
}
.TagClassName
{
border-color: #A412D7;
}
</style>