Shades of Dark Violet #A912DF
Tints of Dark Violet #A912DF
RGB
CMYK
RGB Variations
Color information
#A912DF (or 0xA912DF) is known color: Dark Violet. HEX triplet: A9, 12 and DF. RGB value is (169,18,223). Sum of RGB (Red+Green+Blue) = 169+18+223=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #A912DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A912DF is #56ED20. Grayscale: #555555. Windows color (decimal): -5696801 or 14619305. OLE color: 14619305.
HSL color Cylindrical-coordinate representation of color #A912DF: hue angle of 284.2º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A912DF is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 18 | 223 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.13 |
| HSL | 284.2º | 0.85% | 0.47% | - |
| HSV(B) | 284.2º | 0.92% | 0.87% | - |
| XYZ | 29.9 | 14.2 | 70.98 | - |
| YUV | 86.52 | 205.03 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 18 | 223 | 0.24 | 0.92 | 0 | 0.13 | 284.2 | 0.85 | 0.47 |
| Hex | A9 | 12 | DF | 18 | 5C | 0 | D | 11C | 55 | 2F |
| Octal | 251 | 22 | 337 | 30 | 134 | 0 | 15 | 434 | 125 | 57 |
| Binary | 10101001 | 10010 | 11011111 | 11000 | 1011100 | 0 | 1101 | 100011100 | 1010101 | 101111 |
Color Harmonies of #A912DF
Complementary color
Monochromatic Colors of #A912DF
Black with #A912DF
Text Example
Text Example
White with #A912DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A912DF; }
p { color: rgb(169,18,223); }
H1.HeaderClassName
{
color: #A912DF;
}
.AnyTagClassName
{
color: #A912DF;
}
</style>
background-color css
<style>
a { background-color: #A912DF; }
a { background-color: rgb(169,18,223); }
div.DivClassName
{
background-color: #A912DF;
}
.BgClassName
{
background-color: #A912DF;
}
</style>
border-color css
<style>
span { border-color: #A912DF; }
span { border-color: rgb(169,18,223); }
td.TdClassName
{
border-color: #A912DF;
}
.TagClassName
{
border-color: #A912DF;
}
</style>