Shades of Dark Violet #A30FBA
Tints of Dark Violet #A30FBA
RGB
CMYK
RGB Variations
Color information
#A30FBA (or 0xA30FBA) is known color: Dark Violet. HEX triplet: A3, 0F and BA. RGB value is (163,15,186). Sum of RGB (Red+Green+Blue) = 163+15+186=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #A30FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30FBA is #5CF045. Grayscale: #4E4E4E. Windows color (decimal): -6090822 or 12193699. OLE color: 12193699.
HSL color Cylindrical-coordinate representation of color #A30FBA: hue angle of 291.93º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30FBA is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 15 | 186 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.27 |
| HSL | 291.93º | 0.85% | 0.39% | - |
| HSV(B) | 291.93º | 0.92% | 0.73% | - |
| XYZ | 24.14 | 11.67 | 47.44 | - |
| YUV | 78.75 | 188.53 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 186 | 0.12 | 0.92 | 0 | 0.27 | 291.93 | 0.85 | 0.39 |
| Hex | A3 | F | BA | C | 5C | 0 | 1B | 124 | 55 | 27 |
| Octal | 243 | 17 | 272 | 14 | 134 | 0 | 33 | 444 | 125 | 47 |
| Binary | 10100011 | 1111 | 10111010 | 1100 | 1011100 | 0 | 11011 | 100100100 | 1010101 | 100111 |
Color Harmonies of #A30FBA
Complementary color
Monochromatic Colors of #A30FBA
Black with #A30FBA
Text Example
Text Example
White with #A30FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FBA; }
p { color: rgb(163,15,186); }
H1.HeaderClassName
{
color: #A30FBA;
}
.AnyTagClassName
{
color: #A30FBA;
}
</style>
background-color css
<style>
a { background-color: #A30FBA; }
a { background-color: rgb(163,15,186); }
div.DivClassName
{
background-color: #A30FBA;
}
.BgClassName
{
background-color: #A30FBA;
}
</style>
border-color css
<style>
span { border-color: #A30FBA; }
span { border-color: rgb(163,15,186); }
td.TdClassName
{
border-color: #A30FBA;
}
.TagClassName
{
border-color: #A30FBA;
}
</style>