Shades of Dark Violet #A30CBC
Tints of Dark Violet #A30CBC
RGB
CMYK
RGB Variations
Color information
#A30CBC (or 0xA30CBC) is known color: Dark Violet. HEX triplet: A3, 0C and BC. RGB value is (163,12,188). Sum of RGB (Red+Green+Blue) = 163+12+188=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #A30CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30CBC is #5CF343. Grayscale: #4C4C4C. Windows color (decimal): -6091588 or 12324003. OLE color: 12324003.
HSL color Cylindrical-coordinate representation of color #A30CBC: hue angle of 291.48º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30CBC is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 12 | 188 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.26 |
| HSL | 291.48º | 0.88% | 0.39% | - |
| HSV(B) | 291.48º | 0.94% | 0.74% | - |
| XYZ | 24.31 | 11.68 | 48.55 | - |
| YUV | 77.21 | 190.53 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 12 | 188 | 0.13 | 0.94 | 0 | 0.26 | 291.48 | 0.88 | 0.39 |
| Hex | A3 | C | BC | D | 5E | 0 | 1A | 123 | 58 | 27 |
| Octal | 243 | 14 | 274 | 15 | 136 | 0 | 32 | 443 | 130 | 47 |
| Binary | 10100011 | 1100 | 10111100 | 1101 | 1011110 | 0 | 11010 | 100100011 | 1011000 | 100111 |
Color Harmonies of #A30CBC
Complementary color
Monochromatic Colors of #A30CBC
Black with #A30CBC
Text Example
Text Example
White with #A30CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30CBC; }
p { color: rgb(163,12,188); }
H1.HeaderClassName
{
color: #A30CBC;
}
.AnyTagClassName
{
color: #A30CBC;
}
</style>
background-color css
<style>
a { background-color: #A30CBC; }
a { background-color: rgb(163,12,188); }
div.DivClassName
{
background-color: #A30CBC;
}
.BgClassName
{
background-color: #A30CBC;
}
</style>
border-color css
<style>
span { border-color: #A30CBC; }
span { border-color: rgb(163,12,188); }
td.TdClassName
{
border-color: #A30CBC;
}
.TagClassName
{
border-color: #A30CBC;
}
</style>