Shades of Dark Violet #A30DCC
Tints of Dark Violet #A30DCC
RGB
CMYK
RGB Variations
Color information
#A30DCC (or 0xA30DCC) is known color: Dark Violet. HEX triplet: A3, 0D and CC. RGB value is (163,13,204). Sum of RGB (Red+Green+Blue) = 163+13+204=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #A30DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30DCC is #5CF233. Grayscale: #4F4F4F. Windows color (decimal): -6091316 or 13372835. OLE color: 13372835.
HSL color Cylindrical-coordinate representation of color #A30DCC: hue angle of 287.12º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30DCC is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 13 | 204 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.2 |
| HSL | 287.12º | 0.88% | 0.43% | - |
| HSV(B) | 287.12º | 0.94% | 0.8% | - |
| XYZ | 26.15 | 12.43 | 58.15 | - |
| YUV | 79.62 | 198.2 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 204 | 0.20 | 0.94 | 0 | 0.2 | 287.12 | 0.88 | 0.43 |
| Hex | A3 | D | CC | 14 | 5E | 0 | 14 | 11F | 58 | 2B |
| Octal | 243 | 15 | 314 | 24 | 136 | 0 | 24 | 437 | 130 | 53 |
| Binary | 10100011 | 1101 | 11001100 | 10100 | 1011110 | 0 | 10100 | 100011111 | 1011000 | 101011 |
Color Harmonies of #A30DCC
Complementary color
Monochromatic Colors of #A30DCC
Black with #A30DCC
Text Example
Text Example
White with #A30DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30DCC; }
p { color: rgb(163,13,204); }
H1.HeaderClassName
{
color: #A30DCC;
}
.AnyTagClassName
{
color: #A30DCC;
}
</style>
background-color css
<style>
a { background-color: #A30DCC; }
a { background-color: rgb(163,13,204); }
div.DivClassName
{
background-color: #A30DCC;
}
.BgClassName
{
background-color: #A30DCC;
}
</style>
border-color css
<style>
span { border-color: #A30DCC; }
span { border-color: rgb(163,13,204); }
td.TdClassName
{
border-color: #A30DCC;
}
.TagClassName
{
border-color: #A30DCC;
}
</style>