Shades of Dark Violet #A30FEC
Tints of Dark Violet #A30FEC
RGB
CMYK
RGB Variations
Color information
#A30FEC (or 0xA30FEC) is known color: Dark Violet. HEX triplet: A3, 0F and EC. RGB value is (163,15,236). Sum of RGB (Red+Green+Blue) = 163+15+236=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #A30FEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30FEC is #5CF013. Grayscale: #535353. Windows color (decimal): -6090772 or 15470499. OLE color: 15470499.
HSL color Cylindrical-coordinate representation of color #A30FEC: hue angle of 280.18º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30FEC is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 15 | 236 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.07 |
| HSL | 280.18º | 0.88% | 0.49% | - |
| HSV(B) | 280.18º | 0.94% | 0.93% | - |
| XYZ | 30.42 | 14.18 | 80.49 | - |
| YUV | 84.45 | 213.53 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 236 | 0.31 | 0.94 | 0 | 0.07 | 280.18 | 0.88 | 0.49 |
| Hex | A3 | F | EC | 1F | 5E | 0 | 7 | 118 | 58 | 31 |
| Octal | 243 | 17 | 354 | 37 | 136 | 0 | 7 | 430 | 130 | 61 |
| Binary | 10100011 | 1111 | 11101100 | 11111 | 1011110 | 0 | 111 | 100011000 | 1011000 | 110001 |
Color Harmonies of #A30FEC
Complementary color
Monochromatic Colors of #A30FEC
Black with #A30FEC
Text Example
Text Example
White with #A30FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FEC; }
p { color: rgb(163,15,236); }
H1.HeaderClassName
{
color: #A30FEC;
}
.AnyTagClassName
{
color: #A30FEC;
}
</style>
background-color css
<style>
a { background-color: #A30FEC; }
a { background-color: rgb(163,15,236); }
div.DivClassName
{
background-color: #A30FEC;
}
.BgClassName
{
background-color: #A30FEC;
}
</style>
border-color css
<style>
span { border-color: #A30FEC; }
span { border-color: rgb(163,15,236); }
td.TdClassName
{
border-color: #A30FEC;
}
.TagClassName
{
border-color: #A30FEC;
}
</style>