Shades of Dark Violet #A30CD1
Tints of Dark Violet #A30CD1
RGB
CMYK
RGB Variations
Color information
#A30CD1 (or 0xA30CD1) is known color: Dark Violet. HEX triplet: A3, 0C and D1. RGB value is (163,12,209). Sum of RGB (Red+Green+Blue) = 163+12+209=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 209 (82.03% from 255 or 54.43% from 384); Max value from RGB is 209 - color contains mainly: blue. Hex color #A30CD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30CD1 is #5CF32E. Grayscale: #4E4E4E. Windows color (decimal): -6091567 or 13700259. OLE color: 13700259.
HSL color Cylindrical-coordinate representation of color #A30CD1: hue angle of 285.99º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30CD1 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 12 | 209 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.18 |
| HSL | 285.99º | 0.89% | 0.43% | - |
| HSV(B) | 285.99º | 0.94% | 0.82% | - |
| XYZ | 26.74 | 12.65 | 61.35 | - |
| YUV | 79.61 | 201.03 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 12 | 209 | 0.22 | 0.94 | 0 | 0.18 | 285.99 | 0.89 | 0.43 |
| Hex | A3 | C | D1 | 16 | 5E | 0 | 12 | 11E | 59 | 2B |
| Octal | 243 | 14 | 321 | 26 | 136 | 0 | 22 | 436 | 131 | 53 |
| Binary | 10100011 | 1100 | 11010001 | 10110 | 1011110 | 0 | 10010 | 100011110 | 1011001 | 101011 |
Color Harmonies of #A30CD1
Complementary color
Monochromatic Colors of #A30CD1
Black with #A30CD1
Text Example
Text Example
White with #A30CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30CD1; }
p { color: rgb(163,12,209); }
H1.HeaderClassName
{
color: #A30CD1;
}
.AnyTagClassName
{
color: #A30CD1;
}
</style>
background-color css
<style>
a { background-color: #A30CD1; }
a { background-color: rgb(163,12,209); }
div.DivClassName
{
background-color: #A30CD1;
}
.BgClassName
{
background-color: #A30CD1;
}
</style>
border-color css
<style>
span { border-color: #A30CD1; }
span { border-color: rgb(163,12,209); }
td.TdClassName
{
border-color: #A30CD1;
}
.TagClassName
{
border-color: #A30CD1;
}
</style>