Shades of Dark Violet #A30BC1
Tints of Dark Violet #A30BC1
RGB
CMYK
RGB Variations
Color information
#A30BC1 (or 0xA30BC1) is known color: Dark Violet. HEX triplet: A3, 0B and C1. RGB value is (163,11,193). Sum of RGB (Red+Green+Blue) = 163+11+193=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #A30BC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BC1 is #5CF43E. Grayscale: #4C4C4C. Windows color (decimal): -6091839 or 12651427. OLE color: 12651427.
HSL color Cylindrical-coordinate representation of color #A30BC1: hue angle of 290.11º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30BC1 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 11 | 193 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.24 |
| HSL | 290.11º | 0.89% | 0.4% | - |
| HSV(B) | 290.11º | 0.94% | 0.76% | - |
| XYZ | 24.85 | 11.88 | 51.43 | - |
| YUV | 77.2 | 193.36 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 11 | 193 | 0.16 | 0.94 | 0 | 0.24 | 290.11 | 0.89 | 0.4 |
| Hex | A3 | B | C1 | 10 | 5E | 0 | 18 | 122 | 59 | 28 |
| Octal | 243 | 13 | 301 | 20 | 136 | 0 | 30 | 442 | 131 | 50 |
| Binary | 10100011 | 1011 | 11000001 | 10000 | 1011110 | 0 | 11000 | 100100010 | 1011001 | 101000 |
Color Harmonies of #A30BC1
Complementary color
Monochromatic Colors of #A30BC1
Black with #A30BC1
Text Example
Text Example
White with #A30BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30BC1; }
p { color: rgb(163,11,193); }
H1.HeaderClassName
{
color: #A30BC1;
}
.AnyTagClassName
{
color: #A30BC1;
}
</style>
background-color css
<style>
a { background-color: #A30BC1; }
a { background-color: rgb(163,11,193); }
div.DivClassName
{
background-color: #A30BC1;
}
.BgClassName
{
background-color: #A30BC1;
}
</style>
border-color css
<style>
span { border-color: #A30BC1; }
span { border-color: rgb(163,11,193); }
td.TdClassName
{
border-color: #A30BC1;
}
.TagClassName
{
border-color: #A30BC1;
}
</style>