Shades of Dark Violet #A30CD8
Tints of Dark Violet #A30CD8
RGB
CMYK
RGB Variations
Color information
#A30CD8 (or 0xA30CD8) is known color: Dark Violet. HEX triplet: A3, 0C and D8. RGB value is (163,12,216). Sum of RGB (Red+Green+Blue) = 163+12+216=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 216 (84.77% from 255 or 55.24% from 391); Max value from RGB is 216 - color contains mainly: blue. Hex color #A30CD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30CD8 is #5CF327. Grayscale: #4F4F4F. Windows color (decimal): -6091560 or 14159011. OLE color: 14159011.
HSL color Cylindrical-coordinate representation of color #A30CD8: hue angle of 284.41º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30CD8 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 12 | 216 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.15 |
| HSL | 284.41º | 0.89% | 0.45% | - |
| HSV(B) | 284.41º | 0.94% | 0.85% | - |
| XYZ | 27.63 | 13.01 | 66.02 | - |
| YUV | 80.41 | 204.53 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 12 | 216 | 0.25 | 0.94 | 0 | 0.15 | 284.41 | 0.89 | 0.45 |
| Hex | A3 | C | D8 | 19 | 5E | 0 | F | 11C | 59 | 2D |
| Octal | 243 | 14 | 330 | 31 | 136 | 0 | 17 | 434 | 131 | 55 |
| Binary | 10100011 | 1100 | 11011000 | 11001 | 1011110 | 0 | 1111 | 100011100 | 1011001 | 101101 |
Color Harmonies of #A30CD8
Complementary color
Monochromatic Colors of #A30CD8
Black with #A30CD8
Text Example
Text Example
White with #A30CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30CD8; }
p { color: rgb(163,12,216); }
H1.HeaderClassName
{
color: #A30CD8;
}
.AnyTagClassName
{
color: #A30CD8;
}
</style>
background-color css
<style>
a { background-color: #A30CD8; }
a { background-color: rgb(163,12,216); }
div.DivClassName
{
background-color: #A30CD8;
}
.BgClassName
{
background-color: #A30CD8;
}
</style>
border-color css
<style>
span { border-color: #A30CD8; }
span { border-color: rgb(163,12,216); }
td.TdClassName
{
border-color: #A30CD8;
}
.TagClassName
{
border-color: #A30CD8;
}
</style>