Shades of Dark Violet #A30DC7
Tints of Dark Violet #A30DC7
RGB
CMYK
RGB Variations
Color information
#A30DC7 (or 0xA30DC7) is known color: Dark Violet. HEX triplet: A3, 0D and C7. RGB value is (163,13,199). Sum of RGB (Red+Green+Blue) = 163+13+199=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 199 (78.12% from 255 or 53.07% from 375); Max value from RGB is 199 - color contains mainly: blue. Hex color #A30DC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30DC7 is #5CF238. Grayscale: #4E4E4E. Windows color (decimal): -6091321 or 13045155. OLE color: 13045155.
HSL color Cylindrical-coordinate representation of color #A30DC7: hue angle of 288.39º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30DC7 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 13 | 199 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.22 |
| HSL | 288.39º | 0.88% | 0.42% | - |
| HSV(B) | 288.39º | 0.93% | 0.78% | - |
| XYZ | 25.56 | 12.2 | 55.04 | - |
| YUV | 79.05 | 195.7 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 199 | 0.18 | 0.93 | 0 | 0.22 | 288.39 | 0.88 | 0.42 |
| Hex | A3 | D | C7 | 12 | 5D | 0 | 16 | 120 | 58 | 2A |
| Octal | 243 | 15 | 307 | 22 | 135 | 0 | 26 | 440 | 130 | 52 |
| Binary | 10100011 | 1101 | 11000111 | 10010 | 1011101 | 0 | 10110 | 100100000 | 1011000 | 101010 |
Color Harmonies of #A30DC7
Complementary color
Monochromatic Colors of #A30DC7
Black with #A30DC7
Text Example
Text Example
White with #A30DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30DC7; }
p { color: rgb(163,13,199); }
H1.HeaderClassName
{
color: #A30DC7;
}
.AnyTagClassName
{
color: #A30DC7;
}
</style>
background-color css
<style>
a { background-color: #A30DC7; }
a { background-color: rgb(163,13,199); }
div.DivClassName
{
background-color: #A30DC7;
}
.BgClassName
{
background-color: #A30DC7;
}
</style>
border-color css
<style>
span { border-color: #A30DC7; }
span { border-color: rgb(163,13,199); }
td.TdClassName
{
border-color: #A30DC7;
}
.TagClassName
{
border-color: #A30DC7;
}
</style>