Shades of Dark Violet #A812C1
Tints of Dark Violet #A812C1
RGB
CMYK
RGB Variations
Color information
#A812C1 (or 0xA812C1) is known color: Dark Violet. HEX triplet: A8, 12 and C1. RGB value is (168,18,193). Sum of RGB (Red+Green+Blue) = 168+18+193=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #A812C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A812C1 is #57ED3E. Grayscale: #525252. Windows color (decimal): -5762367 or 12653224. OLE color: 12653224.
HSL color Cylindrical-coordinate representation of color #A812C1: hue angle of 291.43º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A812C1 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 18 | 193 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.24 |
| HSL | 291.43º | 0.83% | 0.41% | - |
| HSV(B) | 291.43º | 0.91% | 0.76% | - |
| XYZ | 25.99 | 12.61 | 51.52 | - |
| YUV | 82.8 | 190.2 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 193 | 0.13 | 0.91 | 0 | 0.24 | 291.43 | 0.83 | 0.41 |
| Hex | A8 | 12 | C1 | D | 5B | 0 | 18 | 123 | 53 | 29 |
| Octal | 250 | 22 | 301 | 15 | 133 | 0 | 30 | 443 | 123 | 51 |
| Binary | 10101000 | 10010 | 11000001 | 1101 | 1011011 | 0 | 11000 | 100100011 | 1010011 | 101001 |
Color Harmonies of #A812C1
Complementary color
Monochromatic Colors of #A812C1
Black with #A812C1
Text Example
Text Example
White with #A812C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A812C1; }
p { color: rgb(168,18,193); }
H1.HeaderClassName
{
color: #A812C1;
}
.AnyTagClassName
{
color: #A812C1;
}
</style>
background-color css
<style>
a { background-color: #A812C1; }
a { background-color: rgb(168,18,193); }
div.DivClassName
{
background-color: #A812C1;
}
.BgClassName
{
background-color: #A812C1;
}
</style>
border-color css
<style>
span { border-color: #A812C1; }
span { border-color: rgb(168,18,193); }
td.TdClassName
{
border-color: #A812C1;
}
.TagClassName
{
border-color: #A812C1;
}
</style>