Shades of Dark Violet #A30FEB
Tints of Dark Violet #A30FEB
RGB
CMYK
RGB Variations
Color information
#A30FEB (or 0xA30FEB) is known color: Dark Violet. HEX triplet: A3, 0F and EB. RGB value is (163,15,235). Sum of RGB (Red+Green+Blue) = 163+15+235=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #A30FEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30FEB is #5CF014. Grayscale: #535353. Windows color (decimal): -6090773 or 15404963. OLE color: 15404963.
HSL color Cylindrical-coordinate representation of color #A30FEB: hue angle of 280.36º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30FEB is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 15 | 235 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.08 |
| HSL | 280.36º | 0.88% | 0.49% | - |
| HSV(B) | 280.36º | 0.94% | 0.92% | - |
| XYZ | 30.27 | 14.13 | 79.73 | - |
| YUV | 84.33 | 213.03 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 235 | 0.31 | 0.94 | 0 | 0.08 | 280.36 | 0.88 | 0.49 |
| Hex | A3 | F | EB | 1F | 5E | 0 | 8 | 118 | 58 | 31 |
| Octal | 243 | 17 | 353 | 37 | 136 | 0 | 10 | 430 | 130 | 61 |
| Binary | 10100011 | 1111 | 11101011 | 11111 | 1011110 | 0 | 1000 | 100011000 | 1011000 | 110001 |
Color Harmonies of #A30FEB
Complementary color
Monochromatic Colors of #A30FEB
Black with #A30FEB
Text Example
Text Example
White with #A30FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FEB; }
p { color: rgb(163,15,235); }
H1.HeaderClassName
{
color: #A30FEB;
}
.AnyTagClassName
{
color: #A30FEB;
}
</style>
background-color css
<style>
a { background-color: #A30FEB; }
a { background-color: rgb(163,15,235); }
div.DivClassName
{
background-color: #A30FEB;
}
.BgClassName
{
background-color: #A30FEB;
}
</style>
border-color css
<style>
span { border-color: #A30FEB; }
span { border-color: rgb(163,15,235); }
td.TdClassName
{
border-color: #A30FEB;
}
.TagClassName
{
border-color: #A30FEB;
}
</style>