Shades of Dark Violet #A912D1
Tints of Dark Violet #A912D1
RGB
CMYK
RGB Variations
Color information
#A912D1 (or 0xA912D1) is known color: Dark Violet. HEX triplet: A9, 12 and D1. RGB value is (169,18,209). Sum of RGB (Red+Green+Blue) = 169+18+209=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 209 (82.03% from 255 or 52.78% from 396); Max value from RGB is 209 - color contains mainly: blue. Hex color #A912D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A912D1 is #56ED2E. Grayscale: #545454. Windows color (decimal): -5696815 or 13701801. OLE color: 13701801.
HSL color Cylindrical-coordinate representation of color #A912D1: hue angle of 287.43º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A912D1 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 18 | 209 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.18 |
| HSL | 287.43º | 0.84% | 0.45% | - |
| HSV(B) | 287.43º | 0.91% | 0.82% | - |
| XYZ | 28.09 | 13.47 | 61.44 | - |
| YUV | 84.92 | 198.03 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 18 | 209 | 0.19 | 0.91 | 0 | 0.18 | 287.43 | 0.84 | 0.45 |
| Hex | A9 | 12 | D1 | 13 | 5B | 0 | 12 | 11F | 54 | 2D |
| Octal | 251 | 22 | 321 | 23 | 133 | 0 | 22 | 437 | 124 | 55 |
| Binary | 10101001 | 10010 | 11010001 | 10011 | 1011011 | 0 | 10010 | 100011111 | 1010100 | 101101 |
Color Harmonies of #A912D1
Complementary color
Monochromatic Colors of #A912D1
Black with #A912D1
Text Example
Text Example
White with #A912D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A912D1; }
p { color: rgb(169,18,209); }
H1.HeaderClassName
{
color: #A912D1;
}
.AnyTagClassName
{
color: #A912D1;
}
</style>
background-color css
<style>
a { background-color: #A912D1; }
a { background-color: rgb(169,18,209); }
div.DivClassName
{
background-color: #A912D1;
}
.BgClassName
{
background-color: #A912D1;
}
</style>
border-color css
<style>
span { border-color: #A912D1; }
span { border-color: rgb(169,18,209); }
td.TdClassName
{
border-color: #A912D1;
}
.TagClassName
{
border-color: #A912D1;
}
</style>