Shades of Dark Violet #A612D9
Tints of Dark Violet #A612D9
RGB
CMYK
RGB Variations
Color information
#A612D9 (or 0xA612D9) is known color: Dark Violet. HEX triplet: A6, 12 and D9. RGB value is (166,18,217). Sum of RGB (Red+Green+Blue) = 166+18+217=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 217 (85.16% from 255 or 54.11% from 401); Max value from RGB is 217 - color contains mainly: blue. Hex color #A612D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A612D9 is #59ED26. Grayscale: #545454. Windows color (decimal): -5893415 or 14226086. OLE color: 14226086.
HSL color Cylindrical-coordinate representation of color #A612D9: hue angle of 284.62º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A612D9 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 18 | 217 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.15 |
| HSL | 284.62º | 0.85% | 0.46% | - |
| HSV(B) | 284.62º | 0.92% | 0.85% | - |
| XYZ | 28.47 | 13.55 | 66.76 | - |
| YUV | 84.94 | 202.53 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 18 | 217 | 0.24 | 0.92 | 0 | 0.15 | 284.62 | 0.85 | 0.46 |
| Hex | A6 | 12 | D9 | 18 | 5C | 0 | F | 11D | 55 | 2E |
| Octal | 246 | 22 | 331 | 30 | 134 | 0 | 17 | 435 | 125 | 56 |
| Binary | 10100110 | 10010 | 11011001 | 11000 | 1011100 | 0 | 1111 | 100011101 | 1010101 | 101110 |
Color Harmonies of #A612D9
Complementary color
Monochromatic Colors of #A612D9
Black with #A612D9
Text Example
Text Example
White with #A612D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A612D9; }
p { color: rgb(166,18,217); }
H1.HeaderClassName
{
color: #A612D9;
}
.AnyTagClassName
{
color: #A612D9;
}
</style>
background-color css
<style>
a { background-color: #A612D9; }
a { background-color: rgb(166,18,217); }
div.DivClassName
{
background-color: #A612D9;
}
.BgClassName
{
background-color: #A612D9;
}
</style>
border-color css
<style>
span { border-color: #A612D9; }
span { border-color: rgb(166,18,217); }
td.TdClassName
{
border-color: #A612D9;
}
.TagClassName
{
border-color: #A612D9;
}
</style>