Shades of Dark Violet #A30DBA
Tints of Dark Violet #A30DBA
RGB
CMYK
RGB Variations
Color information
#A30DBA (or 0xA30DBA) is known color: Dark Violet. HEX triplet: A3, 0D and BA. RGB value is (163,13,186). Sum of RGB (Red+Green+Blue) = 163+13+186=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #A30DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30DBA is #5CF245. Grayscale: #4D4D4D. Windows color (decimal): -6091334 or 12193187. OLE color: 12193187.
HSL color Cylindrical-coordinate representation of color #A30DBA: hue angle of 292.02º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30DBA is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 13 | 186 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.27 |
| HSL | 292.02º | 0.87% | 0.39% | - |
| HSV(B) | 292.02º | 0.93% | 0.73% | - |
| XYZ | 24.11 | 11.62 | 47.43 | - |
| YUV | 77.57 | 189.2 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 186 | 0.12 | 0.93 | 0 | 0.27 | 292.02 | 0.87 | 0.39 |
| Hex | A3 | D | BA | C | 5D | 0 | 1B | 124 | 57 | 27 |
| Octal | 243 | 15 | 272 | 14 | 135 | 0 | 33 | 444 | 127 | 47 |
| Binary | 10100011 | 1101 | 10111010 | 1100 | 1011101 | 0 | 11011 | 100100100 | 1010111 | 100111 |
Color Harmonies of #A30DBA
Complementary color
Monochromatic Colors of #A30DBA
Black with #A30DBA
Text Example
Text Example
White with #A30DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30DBA; }
p { color: rgb(163,13,186); }
H1.HeaderClassName
{
color: #A30DBA;
}
.AnyTagClassName
{
color: #A30DBA;
}
</style>
background-color css
<style>
a { background-color: #A30DBA; }
a { background-color: rgb(163,13,186); }
div.DivClassName
{
background-color: #A30DBA;
}
.BgClassName
{
background-color: #A30DBA;
}
</style>
border-color css
<style>
span { border-color: #A30DBA; }
span { border-color: rgb(163,13,186); }
td.TdClassName
{
border-color: #A30DBA;
}
.TagClassName
{
border-color: #A30DBA;
}
</style>