Shades of Dark Violet #A30FDC
Tints of Dark Violet #A30FDC
RGB
CMYK
RGB Variations
Color information
#A30FDC (or 0xA30FDC) is known color: Dark Violet. HEX triplet: A3, 0F and DC. RGB value is (163,15,220). Sum of RGB (Red+Green+Blue) = 163+15+220=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #A30FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30FDC is #5CF023. Grayscale: #515151. Windows color (decimal): -6090788 or 14421923. OLE color: 14421923.
HSL color Cylindrical-coordinate representation of color #A30FDC: hue angle of 283.32º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30FDC is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 15 | 220 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.14 |
| HSL | 283.32º | 0.87% | 0.46% | - |
| HSV(B) | 283.32º | 0.93% | 0.86% | - |
| XYZ | 28.19 | 13.3 | 68.79 | - |
| YUV | 82.62 | 205.53 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 220 | 0.26 | 0.93 | 0 | 0.14 | 283.32 | 0.87 | 0.46 |
| Hex | A3 | F | DC | 1A | 5D | 0 | E | 11B | 57 | 2E |
| Octal | 243 | 17 | 334 | 32 | 135 | 0 | 16 | 433 | 127 | 56 |
| Binary | 10100011 | 1111 | 11011100 | 11010 | 1011101 | 0 | 1110 | 100011011 | 1010111 | 101110 |
Color Harmonies of #A30FDC
Complementary color
Monochromatic Colors of #A30FDC
Black with #A30FDC
Text Example
Text Example
White with #A30FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FDC; }
p { color: rgb(163,15,220); }
H1.HeaderClassName
{
color: #A30FDC;
}
.AnyTagClassName
{
color: #A30FDC;
}
</style>
background-color css
<style>
a { background-color: #A30FDC; }
a { background-color: rgb(163,15,220); }
div.DivClassName
{
background-color: #A30FDC;
}
.BgClassName
{
background-color: #A30FDC;
}
</style>
border-color css
<style>
span { border-color: #A30FDC; }
span { border-color: rgb(163,15,220); }
td.TdClassName
{
border-color: #A30FDC;
}
.TagClassName
{
border-color: #A30FDC;
}
</style>