Shades of Dark Violet #A312CF
Tints of Dark Violet #A312CF
RGB
CMYK
RGB Variations
Color information
#A312CF (or 0xA312CF) is known color: Dark Violet. HEX triplet: A3, 12 and CF. RGB value is (163,18,207). Sum of RGB (Red+Green+Blue) = 163+18+207=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #A312CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A312CF is #5CED30. Grayscale: #525252. Windows color (decimal): -6090033 or 13570723. OLE color: 13570723.
HSL color Cylindrical-coordinate representation of color #A312CF: hue angle of 286.03º 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 #A312CF is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 18 | 207 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.19 |
| HSL | 286.03º | 0.84% | 0.44% | - |
| HSV(B) | 286.03º | 0.91% | 0.81% | - |
| XYZ | 26.58 | 12.72 | 60.09 | - |
| YUV | 82.9 | 198.04 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 18 | 207 | 0.21 | 0.91 | 0 | 0.19 | 286.03 | 0.84 | 0.44 |
| Hex | A3 | 12 | CF | 15 | 5B | 0 | 13 | 11E | 54 | 2C |
| Octal | 243 | 22 | 317 | 25 | 133 | 0 | 23 | 436 | 124 | 54 |
| Binary | 10100011 | 10010 | 11001111 | 10101 | 1011011 | 0 | 10011 | 100011110 | 1010100 | 101100 |
Color Harmonies of #A312CF
Complementary color
Monochromatic Colors of #A312CF
Black with #A312CF
Text Example
Text Example
White with #A312CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A312CF; }
p { color: rgb(163,18,207); }
H1.HeaderClassName
{
color: #A312CF;
}
.AnyTagClassName
{
color: #A312CF;
}
</style>
background-color css
<style>
a { background-color: #A312CF; }
a { background-color: rgb(163,18,207); }
div.DivClassName
{
background-color: #A312CF;
}
.BgClassName
{
background-color: #A312CF;
}
</style>
border-color css
<style>
span { border-color: #A312CF; }
span { border-color: rgb(163,18,207); }
td.TdClassName
{
border-color: #A312CF;
}
.TagClassName
{
border-color: #A312CF;
}
</style>