Shades of Dark Violet #A30DBF
Tints of Dark Violet #A30DBF
RGB
CMYK
RGB Variations
Color information
#A30DBF (or 0xA30DBF) is known color: Dark Violet. HEX triplet: A3, 0D and BF. RGB value is (163,13,191). Sum of RGB (Red+Green+Blue) = 163+13+191=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #A30DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30DBF is #5CF240. Grayscale: #4D4D4D. Windows color (decimal): -6091329 or 12520867. OLE color: 12520867.
HSL color Cylindrical-coordinate representation of color #A30DBF: hue angle of 290.56º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30DBF is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 13 | 191 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.25 |
| HSL | 290.56º | 0.87% | 0.4% | - |
| HSV(B) | 290.56º | 0.93% | 0.75% | - |
| XYZ | 24.65 | 11.84 | 50.28 | - |
| YUV | 78.14 | 191.7 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 191 | 0.15 | 0.93 | 0 | 0.25 | 290.56 | 0.87 | 0.4 |
| Hex | A3 | D | BF | F | 5D | 0 | 19 | 123 | 57 | 28 |
| Octal | 243 | 15 | 277 | 17 | 135 | 0 | 31 | 443 | 127 | 50 |
| Binary | 10100011 | 1101 | 10111111 | 1111 | 1011101 | 0 | 11001 | 100100011 | 1010111 | 101000 |
Color Harmonies of #A30DBF
Complementary color
Monochromatic Colors of #A30DBF
Black with #A30DBF
Text Example
Text Example
White with #A30DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30DBF; }
p { color: rgb(163,13,191); }
H1.HeaderClassName
{
color: #A30DBF;
}
.AnyTagClassName
{
color: #A30DBF;
}
</style>
background-color css
<style>
a { background-color: #A30DBF; }
a { background-color: rgb(163,13,191); }
div.DivClassName
{
background-color: #A30DBF;
}
.BgClassName
{
background-color: #A30DBF;
}
</style>
border-color css
<style>
span { border-color: #A30DBF; }
span { border-color: rgb(163,13,191); }
td.TdClassName
{
border-color: #A30DBF;
}
.TagClassName
{
border-color: #A30DBF;
}
</style>