Shades of Dark Violet #A310D3
Tints of Dark Violet #A310D3
RGB
CMYK
RGB Variations
Color information
#A310D3 (or 0xA310D3) is known color: Dark Violet. HEX triplet: A3, 10 and D3. RGB value is (163,16,211). Sum of RGB (Red+Green+Blue) = 163+16+211=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 211 (82.81% from 255 or 54.10% from 390); Max value from RGB is 211 - color contains mainly: blue. Hex color #A310D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A310D3 is #5CEF2C. Grayscale: #515151. Windows color (decimal): -6090541 or 13832355. OLE color: 13832355.
HSL color Cylindrical-coordinate representation of color #A310D3: hue angle of 285.23º degrees, saturation: 0.86, 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 #A310D3 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 16 | 211 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.17 |
| HSL | 285.23º | 0.86% | 0.45% | - |
| HSV(B) | 285.23º | 0.92% | 0.83% | - |
| XYZ | 27.05 | 12.86 | 62.68 | - |
| YUV | 82.18 | 200.7 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 211 | 0.23 | 0.92 | 0 | 0.17 | 285.23 | 0.86 | 0.45 |
| Hex | A3 | 10 | D3 | 17 | 5C | 0 | 11 | 11D | 56 | 2D |
| Octal | 243 | 20 | 323 | 27 | 134 | 0 | 21 | 435 | 126 | 55 |
| Binary | 10100011 | 10000 | 11010011 | 10111 | 1011100 | 0 | 10001 | 100011101 | 1010110 | 101101 |
Color Harmonies of #A310D3
Complementary color
Monochromatic Colors of #A310D3
Black with #A310D3
Text Example
Text Example
White with #A310D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A310D3; }
p { color: rgb(163,16,211); }
H1.HeaderClassName
{
color: #A310D3;
}
.AnyTagClassName
{
color: #A310D3;
}
</style>
background-color css
<style>
a { background-color: #A310D3; }
a { background-color: rgb(163,16,211); }
div.DivClassName
{
background-color: #A310D3;
}
.BgClassName
{
background-color: #A310D3;
}
</style>
border-color css
<style>
span { border-color: #A310D3; }
span { border-color: rgb(163,16,211); }
td.TdClassName
{
border-color: #A310D3;
}
.TagClassName
{
border-color: #A310D3;
}
</style>