Shades of Dark Violet #A30FC9
Tints of Dark Violet #A30FC9
RGB
CMYK
RGB Variations
Color information
#A30FC9 (or 0xA30FC9) is known color: Dark Violet. HEX triplet: A3, 0F and C9. RGB value is (163,15,201). Sum of RGB (Red+Green+Blue) = 163+15+201=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #A30FC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30FC9 is #5CF036. Grayscale: #4F4F4F. Windows color (decimal): -6090807 or 13176739. OLE color: 13176739.
HSL color Cylindrical-coordinate representation of color #A30FC9: hue angle of 287.74º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30FC9 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 15 | 201 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.21 |
| HSL | 287.74º | 0.86% | 0.42% | - |
| HSV(B) | 287.74º | 0.93% | 0.79% | - |
| XYZ | 25.82 | 12.35 | 56.28 | - |
| YUV | 80.46 | 196.03 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 201 | 0.19 | 0.93 | 0 | 0.21 | 287.74 | 0.86 | 0.42 |
| Hex | A3 | F | C9 | 13 | 5D | 0 | 15 | 120 | 56 | 2A |
| Octal | 243 | 17 | 311 | 23 | 135 | 0 | 25 | 440 | 126 | 52 |
| Binary | 10100011 | 1111 | 11001001 | 10011 | 1011101 | 0 | 10101 | 100100000 | 1010110 | 101010 |
Color Harmonies of #A30FC9
Complementary color
Monochromatic Colors of #A30FC9
Black with #A30FC9
Text Example
Text Example
White with #A30FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FC9; }
p { color: rgb(163,15,201); }
H1.HeaderClassName
{
color: #A30FC9;
}
.AnyTagClassName
{
color: #A30FC9;
}
</style>
background-color css
<style>
a { background-color: #A30FC9; }
a { background-color: rgb(163,15,201); }
div.DivClassName
{
background-color: #A30FC9;
}
.BgClassName
{
background-color: #A30FC9;
}
</style>
border-color css
<style>
span { border-color: #A30FC9; }
span { border-color: rgb(163,15,201); }
td.TdClassName
{
border-color: #A30FC9;
}
.TagClassName
{
border-color: #A30FC9;
}
</style>