Shades of Dark Violet #A312BA
Tints of Dark Violet #A312BA
RGB
CMYK
RGB Variations
Color information
#A312BA (or 0xA312BA) is known color: Dark Violet. HEX triplet: A3, 12 and BA. RGB value is (163,18,186). Sum of RGB (Red+Green+Blue) = 163+18+186=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #A312BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A312BA is #5CED45. Grayscale: #4F4F4F. Windows color (decimal): -6090054 or 12194467. OLE color: 12194467.
HSL color Cylindrical-coordinate representation of color #A312BA: hue angle of 291.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A312BA is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 18 | 186 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.27 |
| HSL | 291.79º | 0.82% | 0.4% | - |
| HSV(B) | 291.79º | 0.9% | 0.73% | - |
| XYZ | 24.18 | 11.76 | 47.45 | - |
| YUV | 80.51 | 187.54 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 18 | 186 | 0.12 | 0.90 | 0 | 0.27 | 291.79 | 0.82 | 0.4 |
| Hex | A3 | 12 | BA | C | 5A | 0 | 1B | 124 | 52 | 28 |
| Octal | 243 | 22 | 272 | 14 | 132 | 0 | 33 | 444 | 122 | 50 |
| Binary | 10100011 | 10010 | 10111010 | 1100 | 1011010 | 0 | 11011 | 100100100 | 1010010 | 101000 |
Color Harmonies of #A312BA
Complementary color
Monochromatic Colors of #A312BA
Black with #A312BA
Text Example
Text Example
White with #A312BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A312BA; }
p { color: rgb(163,18,186); }
H1.HeaderClassName
{
color: #A312BA;
}
.AnyTagClassName
{
color: #A312BA;
}
</style>
background-color css
<style>
a { background-color: #A312BA; }
a { background-color: rgb(163,18,186); }
div.DivClassName
{
background-color: #A312BA;
}
.BgClassName
{
background-color: #A312BA;
}
</style>
border-color css
<style>
span { border-color: #A312BA; }
span { border-color: rgb(163,18,186); }
td.TdClassName
{
border-color: #A312BA;
}
.TagClassName
{
border-color: #A312BA;
}
</style>