Shades of Dark Violet #A30CD6
Tints of Dark Violet #A30CD6
RGB
CMYK
RGB Variations
Color information
#A30CD6 (or 0xA30CD6) is known color: Dark Violet. HEX triplet: A3, 0C and D6. RGB value is (163,12,214). Sum of RGB (Red+Green+Blue) = 163+12+214=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 214 (83.98% from 255 or 55.01% from 389); Max value from RGB is 214 - color contains mainly: blue. Hex color #A30CD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30CD6 is #5CF329. Grayscale: #4F4F4F. Windows color (decimal): -6091562 or 14027939. OLE color: 14027939.
HSL color Cylindrical-coordinate representation of color #A30CD6: hue angle of 284.85º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30CD6 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 12 | 214 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.16 |
| HSL | 284.85º | 0.89% | 0.44% | - |
| HSV(B) | 284.85º | 0.94% | 0.84% | - |
| XYZ | 27.37 | 12.9 | 64.67 | - |
| YUV | 80.18 | 203.53 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 12 | 214 | 0.24 | 0.94 | 0 | 0.16 | 284.85 | 0.89 | 0.44 |
| Hex | A3 | C | D6 | 18 | 5E | 0 | 10 | 11D | 59 | 2C |
| Octal | 243 | 14 | 326 | 30 | 136 | 0 | 20 | 435 | 131 | 54 |
| Binary | 10100011 | 1100 | 11010110 | 11000 | 1011110 | 0 | 10000 | 100011101 | 1011001 | 101100 |
Color Harmonies of #A30CD6
Complementary color
Monochromatic Colors of #A30CD6
Black with #A30CD6
Text Example
Text Example
White with #A30CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30CD6; }
p { color: rgb(163,12,214); }
H1.HeaderClassName
{
color: #A30CD6;
}
.AnyTagClassName
{
color: #A30CD6;
}
</style>
background-color css
<style>
a { background-color: #A30CD6; }
a { background-color: rgb(163,12,214); }
div.DivClassName
{
background-color: #A30CD6;
}
.BgClassName
{
background-color: #A30CD6;
}
</style>
border-color css
<style>
span { border-color: #A30CD6; }
span { border-color: rgb(163,12,214); }
td.TdClassName
{
border-color: #A30CD6;
}
.TagClassName
{
border-color: #A30CD6;
}
</style>