Shades of Dark Violet #A30FBC
Tints of Dark Violet #A30FBC
RGB
CMYK
RGB Variations
Color information
#A30FBC (or 0xA30FBC) is known color: Dark Violet. HEX triplet: A3, 0F and BC. RGB value is (163,15,188). Sum of RGB (Red+Green+Blue) = 163+15+188=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #A30FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30FBC is #5CF043. Grayscale: #4E4E4E. Windows color (decimal): -6090820 or 12324771. OLE color: 12324771.
HSL color Cylindrical-coordinate representation of color #A30FBC: hue angle of 291.33º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30FBC is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 15 | 188 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.26 |
| HSL | 291.33º | 0.85% | 0.4% | - |
| HSV(B) | 291.33º | 0.92% | 0.74% | - |
| XYZ | 24.35 | 11.76 | 48.56 | - |
| YUV | 78.97 | 189.53 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 188 | 0.13 | 0.92 | 0 | 0.26 | 291.33 | 0.85 | 0.4 |
| Hex | A3 | F | BC | D | 5C | 0 | 1A | 123 | 55 | 28 |
| Octal | 243 | 17 | 274 | 15 | 134 | 0 | 32 | 443 | 125 | 50 |
| Binary | 10100011 | 1111 | 10111100 | 1101 | 1011100 | 0 | 11010 | 100100011 | 1010101 | 101000 |
Color Harmonies of #A30FBC
Complementary color
Monochromatic Colors of #A30FBC
Black with #A30FBC
Text Example
Text Example
White with #A30FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FBC; }
p { color: rgb(163,15,188); }
H1.HeaderClassName
{
color: #A30FBC;
}
.AnyTagClassName
{
color: #A30FBC;
}
</style>
background-color css
<style>
a { background-color: #A30FBC; }
a { background-color: rgb(163,15,188); }
div.DivClassName
{
background-color: #A30FBC;
}
.BgClassName
{
background-color: #A30FBC;
}
</style>
border-color css
<style>
span { border-color: #A30FBC; }
span { border-color: rgb(163,15,188); }
td.TdClassName
{
border-color: #A30FBC;
}
.TagClassName
{
border-color: #A30FBC;
}
</style>