Shades of Dark Violet #A812CF
Tints of Dark Violet #A812CF
RGB
CMYK
RGB Variations
Color information
#A812CF (or 0xA812CF) is known color: Dark Violet. HEX triplet: A8, 12 and CF. RGB value is (168,18,207). Sum of RGB (Red+Green+Blue) = 168+18+207=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #A812CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A812CF is #57ED30. Grayscale: #535353. Windows color (decimal): -5762353 or 13570728. OLE color: 13570728.
HSL color Cylindrical-coordinate representation of color #A812CF: hue angle of 287.62º 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 #A812CF is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 18 | 207 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.19 |
| HSL | 287.62º | 0.84% | 0.44% | - |
| HSV(B) | 287.62º | 0.91% | 0.81% | - |
| XYZ | 27.63 | 13.26 | 60.14 | - |
| YUV | 84.4 | 197.2 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 207 | 0.19 | 0.91 | 0 | 0.19 | 287.62 | 0.84 | 0.44 |
| Hex | A8 | 12 | CF | 13 | 5B | 0 | 13 | 120 | 54 | 2C |
| Octal | 250 | 22 | 317 | 23 | 133 | 0 | 23 | 440 | 124 | 54 |
| Binary | 10101000 | 10010 | 11001111 | 10011 | 1011011 | 0 | 10011 | 100100000 | 1010100 | 101100 |
Color Harmonies of #A812CF
Complementary color
Monochromatic Colors of #A812CF
Black with #A812CF
Text Example
Text Example
White with #A812CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A812CF; }
p { color: rgb(168,18,207); }
H1.HeaderClassName
{
color: #A812CF;
}
.AnyTagClassName
{
color: #A812CF;
}
</style>
background-color css
<style>
a { background-color: #A812CF; }
a { background-color: rgb(168,18,207); }
div.DivClassName
{
background-color: #A812CF;
}
.BgClassName
{
background-color: #A812CF;
}
</style>
border-color css
<style>
span { border-color: #A812CF; }
span { border-color: rgb(168,18,207); }
td.TdClassName
{
border-color: #A812CF;
}
.TagClassName
{
border-color: #A812CF;
}
</style>