Shades of Dark Violet #A912CF
Tints of Dark Violet #A912CF
RGB
CMYK
RGB Variations
Color information
#A912CF (or 0xA912CF) is known color: Dark Violet. HEX triplet: A9, 12 and CF. RGB value is (169,18,207). Sum of RGB (Red+Green+Blue) = 169+18+207=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #A912CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A912CF is #56ED30. Grayscale: #545454. Windows color (decimal): -5696817 or 13570729. OLE color: 13570729.
HSL color Cylindrical-coordinate representation of color #A912CF: hue angle of 287.94º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A912CF is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 18 | 207 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.19 |
| HSL | 287.94º | 0.84% | 0.44% | - |
| HSV(B) | 287.94º | 0.91% | 0.81% | - |
| XYZ | 27.84 | 13.37 | 60.15 | - |
| YUV | 84.7 | 197.03 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 18 | 207 | 0.18 | 0.91 | 0 | 0.19 | 287.94 | 0.84 | 0.44 |
| Hex | A9 | 12 | CF | 12 | 5B | 0 | 13 | 120 | 54 | 2C |
| Octal | 251 | 22 | 317 | 22 | 133 | 0 | 23 | 440 | 124 | 54 |
| Binary | 10101001 | 10010 | 11001111 | 10010 | 1011011 | 0 | 10011 | 100100000 | 1010100 | 101100 |
Color Harmonies of #A912CF
Complementary color
Monochromatic Colors of #A912CF
Black with #A912CF
Text Example
Text Example
White with #A912CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A912CF; }
p { color: rgb(169,18,207); }
H1.HeaderClassName
{
color: #A912CF;
}
.AnyTagClassName
{
color: #A912CF;
}
</style>
background-color css
<style>
a { background-color: #A912CF; }
a { background-color: rgb(169,18,207); }
div.DivClassName
{
background-color: #A912CF;
}
.BgClassName
{
background-color: #A912CF;
}
</style>
border-color css
<style>
span { border-color: #A912CF; }
span { border-color: rgb(169,18,207); }
td.TdClassName
{
border-color: #A912CF;
}
.TagClassName
{
border-color: #A912CF;
}
</style>