Shades of Dark Violet #A30BC3
Tints of Dark Violet #A30BC3
RGB
CMYK
RGB Variations
Color information
#A30BC3 (or 0xA30BC3) is known color: Dark Violet. HEX triplet: A3, 0B and C3. RGB value is (163,11,195). Sum of RGB (Red+Green+Blue) = 163+11+195=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 195 (76.56% from 255 or 52.85% from 369); Max value from RGB is 195 - color contains mainly: blue. Hex color #A30BC3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BC3 is #5CF43C. Grayscale: #4C4C4C. Windows color (decimal): -6091837 or 12782499. OLE color: 12782499.
HSL color Cylindrical-coordinate representation of color #A30BC3: hue angle of 289.57º 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 #A30BC3 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 11 | 195 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.24 |
| HSL | 289.57º | 0.89% | 0.4% | - |
| HSV(B) | 289.57º | 0.94% | 0.76% | - |
| XYZ | 25.07 | 11.97 | 52.62 | - |
| YUV | 77.42 | 194.36 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 11 | 195 | 0.16 | 0.94 | 0 | 0.24 | 289.57 | 0.89 | 0.4 |
| Hex | A3 | B | C3 | 10 | 5E | 0 | 18 | 122 | 59 | 28 |
| Octal | 243 | 13 | 303 | 20 | 136 | 0 | 30 | 442 | 131 | 50 |
| Binary | 10100011 | 1011 | 11000011 | 10000 | 1011110 | 0 | 11000 | 100100010 | 1011001 | 101000 |
Color Harmonies of #A30BC3
Complementary color
Monochromatic Colors of #A30BC3
Black with #A30BC3
Text Example
Text Example
White with #A30BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30BC3; }
p { color: rgb(163,11,195); }
H1.HeaderClassName
{
color: #A30BC3;
}
.AnyTagClassName
{
color: #A30BC3;
}
</style>
background-color css
<style>
a { background-color: #A30BC3; }
a { background-color: rgb(163,11,195); }
div.DivClassName
{
background-color: #A30BC3;
}
.BgClassName
{
background-color: #A30BC3;
}
</style>
border-color css
<style>
span { border-color: #A30BC3; }
span { border-color: rgb(163,11,195); }
td.TdClassName
{
border-color: #A30BC3;
}
.TagClassName
{
border-color: #A30BC3;
}
</style>