Shades of Dark Violet #A312DE
Tints of Dark Violet #A312DE
RGB
CMYK
RGB Variations
Color information
#A312DE (or 0xA312DE) is known color: Dark Violet. HEX triplet: A3, 12 and DE. RGB value is (163,18,222). Sum of RGB (Red+Green+Blue) = 163+18+222=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #A312DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A312DE is #5CED21. Grayscale: #535353. Windows color (decimal): -6090018 or 14553763. OLE color: 14553763.
HSL color Cylindrical-coordinate representation of color #A312DE: hue angle of 282.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A312DE is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 18 | 222 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.13 |
| HSL | 282.65º | 0.85% | 0.47% | - |
| HSV(B) | 282.65º | 0.92% | 0.87% | - |
| XYZ | 28.51 | 13.49 | 70.21 | - |
| YUV | 84.61 | 205.54 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 18 | 222 | 0.27 | 0.92 | 0 | 0.13 | 282.65 | 0.85 | 0.47 |
| Hex | A3 | 12 | DE | 1B | 5C | 0 | D | 11B | 55 | 2F |
| Octal | 243 | 22 | 336 | 33 | 134 | 0 | 15 | 433 | 125 | 57 |
| Binary | 10100011 | 10010 | 11011110 | 11011 | 1011100 | 0 | 1101 | 100011011 | 1010101 | 101111 |
Color Harmonies of #A312DE
Complementary color
Monochromatic Colors of #A312DE
Black with #A312DE
Text Example
Text Example
White with #A312DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A312DE; }
p { color: rgb(163,18,222); }
H1.HeaderClassName
{
color: #A312DE;
}
.AnyTagClassName
{
color: #A312DE;
}
</style>
background-color css
<style>
a { background-color: #A312DE; }
a { background-color: rgb(163,18,222); }
div.DivClassName
{
background-color: #A312DE;
}
.BgClassName
{
background-color: #A312DE;
}
</style>
border-color css
<style>
span { border-color: #A312DE; }
span { border-color: rgb(163,18,222); }
td.TdClassName
{
border-color: #A312DE;
}
.TagClassName
{
border-color: #A312DE;
}
</style>