Shades of Dark Violet #A312DB
Tints of Dark Violet #A312DB
RGB
CMYK
RGB Variations
Color information
#A312DB (or 0xA312DB) is known color: Dark Violet. HEX triplet: A3, 12 and DB. RGB value is (163,18,219). Sum of RGB (Red+Green+Blue) = 163+18+219=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #A312DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A312DB is #5CED24. Grayscale: #535353. Windows color (decimal): -6090021 or 14357155. OLE color: 14357155.
HSL color Cylindrical-coordinate representation of color #A312DB: hue angle of 283.28º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A312DB is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 18 | 219 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.14 |
| HSL | 283.28º | 0.85% | 0.46% | - |
| HSV(B) | 283.28º | 0.92% | 0.86% | - |
| XYZ | 28.11 | 13.33 | 68.11 | - |
| YUV | 84.27 | 204.04 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 18 | 219 | 0.26 | 0.92 | 0 | 0.14 | 283.28 | 0.85 | 0.46 |
| Hex | A3 | 12 | DB | 1A | 5C | 0 | E | 11B | 55 | 2E |
| Octal | 243 | 22 | 333 | 32 | 134 | 0 | 16 | 433 | 125 | 56 |
| Binary | 10100011 | 10010 | 11011011 | 11010 | 1011100 | 0 | 1110 | 100011011 | 1010101 | 101110 |
Color Harmonies of #A312DB
Complementary color
Monochromatic Colors of #A312DB
Black with #A312DB
Text Example
Text Example
White with #A312DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A312DB; }
p { color: rgb(163,18,219); }
H1.HeaderClassName
{
color: #A312DB;
}
.AnyTagClassName
{
color: #A312DB;
}
</style>
background-color css
<style>
a { background-color: #A312DB; }
a { background-color: rgb(163,18,219); }
div.DivClassName
{
background-color: #A312DB;
}
.BgClassName
{
background-color: #A312DB;
}
</style>
border-color css
<style>
span { border-color: #A312DB; }
span { border-color: rgb(163,18,219); }
td.TdClassName
{
border-color: #A312DB;
}
.TagClassName
{
border-color: #A312DB;
}
</style>