Shades of Dark Violet #A812C6
Tints of Dark Violet #A812C6
RGB
CMYK
RGB Variations
Color information
#A812C6 (or 0xA812C6) is known color: Dark Violet. HEX triplet: A8, 12 and C6. RGB value is (168,18,198). Sum of RGB (Red+Green+Blue) = 168+18+198=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 198 (77.73% from 255 or 51.56% from 384); Max value from RGB is 198 - color contains mainly: blue. Hex color #A812C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A812C6 is #57ED39. Grayscale: #525252. Windows color (decimal): -5762362 or 12980904. OLE color: 12980904.
HSL color Cylindrical-coordinate representation of color #A812C6: hue angle of 290º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A812C6 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 18 | 198 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.22 |
| HSL | 290º | 0.83% | 0.42% | - |
| HSV(B) | 290º | 0.91% | 0.78% | - |
| XYZ | 26.56 | 12.83 | 54.5 | - |
| YUV | 83.37 | 192.7 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 198 | 0.15 | 0.91 | 0 | 0.22 | 290 | 0.83 | 0.42 |
| Hex | A8 | 12 | C6 | F | 5B | 0 | 16 | 122 | 53 | 2A |
| Octal | 250 | 22 | 306 | 17 | 133 | 0 | 26 | 442 | 123 | 52 |
| Binary | 10101000 | 10010 | 11000110 | 1111 | 1011011 | 0 | 10110 | 100100010 | 1010011 | 101010 |
Color Harmonies of #A812C6
Complementary color
Monochromatic Colors of #A812C6
Black with #A812C6
Text Example
Text Example
White with #A812C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A812C6; }
p { color: rgb(168,18,198); }
H1.HeaderClassName
{
color: #A812C6;
}
.AnyTagClassName
{
color: #A812C6;
}
</style>
background-color css
<style>
a { background-color: #A812C6; }
a { background-color: rgb(168,18,198); }
div.DivClassName
{
background-color: #A812C6;
}
.BgClassName
{
background-color: #A812C6;
}
</style>
border-color css
<style>
span { border-color: #A812C6; }
span { border-color: rgb(168,18,198); }
td.TdClassName
{
border-color: #A812C6;
}
.TagClassName
{
border-color: #A812C6;
}
</style>