Shades of Dark Violet #A30FDE
Tints of Dark Violet #A30FDE
RGB
CMYK
RGB Variations
Color information
#A30FDE (or 0xA30FDE) is known color: Dark Violet. HEX triplet: A3, 0F and DE. RGB value is (163,15,222). Sum of RGB (Red+Green+Blue) = 163+15+222=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #A30FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30FDE is #5CF021. Grayscale: #525252. Windows color (decimal): -6090786 or 14552995. OLE color: 14552995.
HSL color Cylindrical-coordinate representation of color #A30FDE: hue angle of 282.9º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30FDE is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 15 | 222 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.13 |
| HSL | 282.9º | 0.87% | 0.46% | - |
| HSV(B) | 282.9º | 0.93% | 0.87% | - |
| XYZ | 28.46 | 13.4 | 70.19 | - |
| YUV | 82.85 | 206.53 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 222 | 0.27 | 0.93 | 0 | 0.13 | 282.9 | 0.87 | 0.46 |
| Hex | A3 | F | DE | 1B | 5D | 0 | D | 11B | 57 | 2E |
| Octal | 243 | 17 | 336 | 33 | 135 | 0 | 15 | 433 | 127 | 56 |
| Binary | 10100011 | 1111 | 11011110 | 11011 | 1011101 | 0 | 1101 | 100011011 | 1010111 | 101110 |
Color Harmonies of #A30FDE
Complementary color
Monochromatic Colors of #A30FDE
Black with #A30FDE
Text Example
Text Example
White with #A30FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FDE; }
p { color: rgb(163,15,222); }
H1.HeaderClassName
{
color: #A30FDE;
}
.AnyTagClassName
{
color: #A30FDE;
}
</style>
background-color css
<style>
a { background-color: #A30FDE; }
a { background-color: rgb(163,15,222); }
div.DivClassName
{
background-color: #A30FDE;
}
.BgClassName
{
background-color: #A30FDE;
}
</style>
border-color css
<style>
span { border-color: #A30FDE; }
span { border-color: rgb(163,15,222); }
td.TdClassName
{
border-color: #A30FDE;
}
.TagClassName
{
border-color: #A30FDE;
}
</style>