Shades of Dark Violet #A30FD9
Tints of Dark Violet #A30FD9
RGB
CMYK
RGB Variations
Color information
#A30FD9 (or 0xA30FD9) is known color: Dark Violet. HEX triplet: A3, 0F and D9. RGB value is (163,15,217). Sum of RGB (Red+Green+Blue) = 163+15+217=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 217 (85.16% from 255 or 54.94% from 395); Max value from RGB is 217 - color contains mainly: blue. Hex color #A30FD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30FD9 is #5CF026. Grayscale: #515151. Windows color (decimal): -6090791 or 14225315. OLE color: 14225315.
HSL color Cylindrical-coordinate representation of color #A30FD9: hue angle of 283.96º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30FD9 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 15 | 217 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.15 |
| HSL | 283.96º | 0.87% | 0.45% | - |
| HSV(B) | 283.96º | 0.93% | 0.85% | - |
| XYZ | 27.8 | 13.14 | 66.72 | - |
| YUV | 82.28 | 204.03 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 217 | 0.25 | 0.93 | 0 | 0.15 | 283.96 | 0.87 | 0.45 |
| Hex | A3 | F | D9 | 19 | 5D | 0 | F | 11C | 57 | 2D |
| Octal | 243 | 17 | 331 | 31 | 135 | 0 | 17 | 434 | 127 | 55 |
| Binary | 10100011 | 1111 | 11011001 | 11001 | 1011101 | 0 | 1111 | 100011100 | 1010111 | 101101 |
Color Harmonies of #A30FD9
Complementary color
Monochromatic Colors of #A30FD9
Black with #A30FD9
Text Example
Text Example
White with #A30FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FD9; }
p { color: rgb(163,15,217); }
H1.HeaderClassName
{
color: #A30FD9;
}
.AnyTagClassName
{
color: #A30FD9;
}
</style>
background-color css
<style>
a { background-color: #A30FD9; }
a { background-color: rgb(163,15,217); }
div.DivClassName
{
background-color: #A30FD9;
}
.BgClassName
{
background-color: #A30FD9;
}
</style>
border-color css
<style>
span { border-color: #A30FD9; }
span { border-color: rgb(163,15,217); }
td.TdClassName
{
border-color: #A30FD9;
}
.TagClassName
{
border-color: #A30FD9;
}
</style>