Shades of Dark Violet #A312D4
Tints of Dark Violet #A312D4
RGB
CMYK
RGB Variations
Color information
#A312D4 (or 0xA312D4) is known color: Dark Violet. HEX triplet: A3, 12 and D4. RGB value is (163,18,212). Sum of RGB (Red+Green+Blue) = 163+18+212=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 212 (83.20% from 255 or 53.94% from 393); Max value from RGB is 212 - color contains mainly: blue. Hex color #A312D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A312D4 is #5CED2B. Grayscale: #525252. Windows color (decimal): -6090028 or 13898403. OLE color: 13898403.
HSL color Cylindrical-coordinate representation of color #A312D4: hue angle of 284.85º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A312D4 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 18 | 212 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.17 |
| HSL | 284.85º | 0.84% | 0.45% | - |
| HSV(B) | 284.85º | 0.92% | 0.83% | - |
| XYZ | 27.2 | 12.97 | 63.36 | - |
| YUV | 83.47 | 200.54 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 18 | 212 | 0.23 | 0.92 | 0 | 0.17 | 284.85 | 0.84 | 0.45 |
| Hex | A3 | 12 | D4 | 17 | 5C | 0 | 11 | 11D | 54 | 2D |
| Octal | 243 | 22 | 324 | 27 | 134 | 0 | 21 | 435 | 124 | 55 |
| Binary | 10100011 | 10010 | 11010100 | 10111 | 1011100 | 0 | 10001 | 100011101 | 1010100 | 101101 |
Color Harmonies of #A312D4
Complementary color
Monochromatic Colors of #A312D4
Black with #A312D4
Text Example
Text Example
White with #A312D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A312D4; }
p { color: rgb(163,18,212); }
H1.HeaderClassName
{
color: #A312D4;
}
.AnyTagClassName
{
color: #A312D4;
}
</style>
background-color css
<style>
a { background-color: #A312D4; }
a { background-color: rgb(163,18,212); }
div.DivClassName
{
background-color: #A312D4;
}
.BgClassName
{
background-color: #A312D4;
}
</style>
border-color css
<style>
span { border-color: #A312D4; }
span { border-color: rgb(163,18,212); }
td.TdClassName
{
border-color: #A312D4;
}
.TagClassName
{
border-color: #A312D4;
}
</style>