Shades of Dark Violet #A312C9
Tints of Dark Violet #A312C9
RGB
CMYK
RGB Variations
Color information
#A312C9 (or 0xA312C9) is known color: Dark Violet. HEX triplet: A3, 12 and C9. RGB value is (163,18,201). Sum of RGB (Red+Green+Blue) = 163+18+201=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #A312C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A312C9 is #5CED36. Grayscale: #515151. Windows color (decimal): -6090039 or 13177507. OLE color: 13177507.
HSL color Cylindrical-coordinate representation of color #A312C9: hue angle of 287.54º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A312C9 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 18 | 201 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.21 |
| HSL | 287.54º | 0.84% | 0.43% | - |
| HSV(B) | 287.54º | 0.91% | 0.79% | - |
| XYZ | 25.86 | 12.44 | 56.3 | - |
| YUV | 82.22 | 195.04 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 18 | 201 | 0.19 | 0.91 | 0 | 0.21 | 287.54 | 0.84 | 0.43 |
| Hex | A3 | 12 | C9 | 13 | 5B | 0 | 15 | 120 | 54 | 2B |
| Octal | 243 | 22 | 311 | 23 | 133 | 0 | 25 | 440 | 124 | 53 |
| Binary | 10100011 | 10010 | 11001001 | 10011 | 1011011 | 0 | 10101 | 100100000 | 1010100 | 101011 |
Color Harmonies of #A312C9
Complementary color
Monochromatic Colors of #A312C9
Black with #A312C9
Text Example
Text Example
White with #A312C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A312C9; }
p { color: rgb(163,18,201); }
H1.HeaderClassName
{
color: #A312C9;
}
.AnyTagClassName
{
color: #A312C9;
}
</style>
background-color css
<style>
a { background-color: #A312C9; }
a { background-color: rgb(163,18,201); }
div.DivClassName
{
background-color: #A312C9;
}
.BgClassName
{
background-color: #A312C9;
}
</style>
border-color css
<style>
span { border-color: #A312C9; }
span { border-color: rgb(163,18,201); }
td.TdClassName
{
border-color: #A312C9;
}
.TagClassName
{
border-color: #A312C9;
}
</style>