Shades of Dark Violet #A30CB9
Tints of Dark Violet #A30CB9
RGB
CMYK
RGB Variations
Color information
#A30CB9 (or 0xA30CB9) is known color: Dark Violet. HEX triplet: A3, 0C and B9. RGB value is (163,12,185). Sum of RGB (Red+Green+Blue) = 163+12+185=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #A30CB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30CB9 is #5CF346. Grayscale: #4C4C4C. Windows color (decimal): -6091591 or 12127395. OLE color: 12127395.
HSL color Cylindrical-coordinate representation of color #A30CB9: hue angle of 292.37º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30CB9 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 12 | 185 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.27 |
| HSL | 292.37º | 0.88% | 0.39% | - |
| HSV(B) | 292.37º | 0.94% | 0.73% | - |
| XYZ | 23.99 | 11.55 | 46.86 | - |
| YUV | 76.87 | 189.03 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 12 | 185 | 0.12 | 0.94 | 0 | 0.27 | 292.37 | 0.88 | 0.39 |
| Hex | A3 | C | B9 | C | 5E | 0 | 1B | 124 | 58 | 27 |
| Octal | 243 | 14 | 271 | 14 | 136 | 0 | 33 | 444 | 130 | 47 |
| Binary | 10100011 | 1100 | 10111001 | 1100 | 1011110 | 0 | 11011 | 100100100 | 1011000 | 100111 |
Color Harmonies of #A30CB9
Complementary color
Monochromatic Colors of #A30CB9
Black with #A30CB9
Text Example
Text Example
White with #A30CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30CB9; }
p { color: rgb(163,12,185); }
H1.HeaderClassName
{
color: #A30CB9;
}
.AnyTagClassName
{
color: #A30CB9;
}
</style>
background-color css
<style>
a { background-color: #A30CB9; }
a { background-color: rgb(163,12,185); }
div.DivClassName
{
background-color: #A30CB9;
}
.BgClassName
{
background-color: #A30CB9;
}
</style>
border-color css
<style>
span { border-color: #A30CB9; }
span { border-color: rgb(163,12,185); }
td.TdClassName
{
border-color: #A30CB9;
}
.TagClassName
{
border-color: #A30CB9;
}
</style>