Shades of Dark Violet #A30CCC
Tints of Dark Violet #A30CCC
RGB
CMYK
RGB Variations
Color information
#A30CCC (or 0xA30CCC) is known color: Dark Violet. HEX triplet: A3, 0C and CC. RGB value is (163,12,204). Sum of RGB (Red+Green+Blue) = 163+12+204=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #A30CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30CCC is #5CF333. Grayscale: #4E4E4E. Windows color (decimal): -6091572 or 13372579. OLE color: 13372579.
HSL color Cylindrical-coordinate representation of color #A30CCC: hue angle of 287.19º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30CCC is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 12 | 204 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.2 |
| HSL | 287.19º | 0.89% | 0.42% | - |
| HSV(B) | 287.19º | 0.94% | 0.8% | - |
| XYZ | 26.13 | 12.41 | 58.14 | - |
| YUV | 79.04 | 198.53 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 12 | 204 | 0.20 | 0.94 | 0 | 0.2 | 287.19 | 0.89 | 0.42 |
| Hex | A3 | C | CC | 14 | 5E | 0 | 14 | 11F | 59 | 2A |
| Octal | 243 | 14 | 314 | 24 | 136 | 0 | 24 | 437 | 131 | 52 |
| Binary | 10100011 | 1100 | 11001100 | 10100 | 1011110 | 0 | 10100 | 100011111 | 1011001 | 101010 |
Color Harmonies of #A30CCC
Complementary color
Monochromatic Colors of #A30CCC
Black with #A30CCC
Text Example
Text Example
White with #A30CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30CCC; }
p { color: rgb(163,12,204); }
H1.HeaderClassName
{
color: #A30CCC;
}
.AnyTagClassName
{
color: #A30CCC;
}
</style>
background-color css
<style>
a { background-color: #A30CCC; }
a { background-color: rgb(163,12,204); }
div.DivClassName
{
background-color: #A30CCC;
}
.BgClassName
{
background-color: #A30CCC;
}
</style>
border-color css
<style>
span { border-color: #A30CCC; }
span { border-color: rgb(163,12,204); }
td.TdClassName
{
border-color: #A30CCC;
}
.TagClassName
{
border-color: #A30CCC;
}
</style>