Shades of Dark Violet #A310D6
Tints of Dark Violet #A310D6
RGB
CMYK
RGB Variations
Color information
#A310D6 (or 0xA310D6) is known color: Dark Violet. HEX triplet: A3, 10 and D6. RGB value is (163,16,214). Sum of RGB (Red+Green+Blue) = 163+16+214=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 214 (83.98% from 255 or 54.45% from 393); Max value from RGB is 214 - color contains mainly: blue. Hex color #A310D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A310D6 is #5CEF29. Grayscale: #515151. Windows color (decimal): -6090538 or 14028963. OLE color: 14028963.
HSL color Cylindrical-coordinate representation of color #A310D6: hue angle of 284.55º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A310D6 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 16 | 214 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.16 |
| HSL | 284.55º | 0.86% | 0.45% | - |
| HSV(B) | 284.55º | 0.93% | 0.84% | - |
| XYZ | 27.43 | 13.01 | 64.68 | - |
| YUV | 82.53 | 202.2 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 214 | 0.24 | 0.93 | 0 | 0.16 | 284.55 | 0.86 | 0.45 |
| Hex | A3 | 10 | D6 | 18 | 5D | 0 | 10 | 11D | 56 | 2D |
| Octal | 243 | 20 | 326 | 30 | 135 | 0 | 20 | 435 | 126 | 55 |
| Binary | 10100011 | 10000 | 11010110 | 11000 | 1011101 | 0 | 10000 | 100011101 | 1010110 | 101101 |
Color Harmonies of #A310D6
Complementary color
Monochromatic Colors of #A310D6
Black with #A310D6
Text Example
Text Example
White with #A310D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A310D6; }
p { color: rgb(163,16,214); }
H1.HeaderClassName
{
color: #A310D6;
}
.AnyTagClassName
{
color: #A310D6;
}
</style>
background-color css
<style>
a { background-color: #A310D6; }
a { background-color: rgb(163,16,214); }
div.DivClassName
{
background-color: #A310D6;
}
.BgClassName
{
background-color: #A310D6;
}
</style>
border-color css
<style>
span { border-color: #A310D6; }
span { border-color: rgb(163,16,214); }
td.TdClassName
{
border-color: #A310D6;
}
.TagClassName
{
border-color: #A310D6;
}
</style>