Shades of Dark Violet #A310D7
Tints of Dark Violet #A310D7
RGB
CMYK
RGB Variations
Color information
#A310D7 (or 0xA310D7) is known color: Dark Violet. HEX triplet: A3, 10 and D7. RGB value is (163,16,215). Sum of RGB (Red+Green+Blue) = 163+16+215=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #A310D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A310D7 is #5CEF28. Grayscale: #515151. Windows color (decimal): -6090537 or 14094499. OLE color: 14094499.
HSL color Cylindrical-coordinate representation of color #A310D7: hue angle of 284.32º 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 #A310D7 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 16 | 215 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.16 |
| HSL | 284.32º | 0.86% | 0.45% | - |
| HSV(B) | 284.32º | 0.93% | 0.84% | - |
| XYZ | 27.56 | 13.06 | 65.36 | - |
| YUV | 82.64 | 202.7 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 215 | 0.24 | 0.93 | 0 | 0.16 | 284.32 | 0.86 | 0.45 |
| Hex | A3 | 10 | D7 | 18 | 5D | 0 | 10 | 11C | 56 | 2D |
| Octal | 243 | 20 | 327 | 30 | 135 | 0 | 20 | 434 | 126 | 55 |
| Binary | 10100011 | 10000 | 11010111 | 11000 | 1011101 | 0 | 10000 | 100011100 | 1010110 | 101101 |
Color Harmonies of #A310D7
Complementary color
Monochromatic Colors of #A310D7
Black with #A310D7
Text Example
Text Example
White with #A310D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A310D7; }
p { color: rgb(163,16,215); }
H1.HeaderClassName
{
color: #A310D7;
}
.AnyTagClassName
{
color: #A310D7;
}
</style>
background-color css
<style>
a { background-color: #A310D7; }
a { background-color: rgb(163,16,215); }
div.DivClassName
{
background-color: #A310D7;
}
.BgClassName
{
background-color: #A310D7;
}
</style>
border-color css
<style>
span { border-color: #A310D7; }
span { border-color: rgb(163,16,215); }
td.TdClassName
{
border-color: #A310D7;
}
.TagClassName
{
border-color: #A310D7;
}
</style>