Shades of Dark Violet #A30CDA
Tints of Dark Violet #A30CDA
RGB
CMYK
RGB Variations
Color information
#A30CDA (or 0xA30CDA) is known color: Dark Violet. HEX triplet: A3, 0C and DA. RGB value is (163,12,218). Sum of RGB (Red+Green+Blue) = 163+12+218=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #A30CDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30CDA is #5CF325. Grayscale: #4F4F4F. Windows color (decimal): -6091558 or 14290083. OLE color: 14290083.
HSL color Cylindrical-coordinate representation of color #A30CDA: hue angle of 283.98º degrees, saturation: 0.9, 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 #A30CDA is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 12 | 218 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.15 |
| HSL | 283.98º | 0.9% | 0.45% | - |
| HSV(B) | 283.98º | 0.94% | 0.85% | - |
| XYZ | 27.89 | 13.11 | 67.39 | - |
| YUV | 80.63 | 205.53 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 12 | 218 | 0.25 | 0.94 | 0 | 0.15 | 283.98 | 0.9 | 0.45 |
| Hex | A3 | C | DA | 19 | 5E | 0 | F | 11C | 5A | 2D |
| Octal | 243 | 14 | 332 | 31 | 136 | 0 | 17 | 434 | 132 | 55 |
| Binary | 10100011 | 1100 | 11011010 | 11001 | 1011110 | 0 | 1111 | 100011100 | 1011010 | 101101 |
Color Harmonies of #A30CDA
Complementary color
Monochromatic Colors of #A30CDA
Black with #A30CDA
Text Example
Text Example
White with #A30CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30CDA; }
p { color: rgb(163,12,218); }
H1.HeaderClassName
{
color: #A30CDA;
}
.AnyTagClassName
{
color: #A30CDA;
}
</style>
background-color css
<style>
a { background-color: #A30CDA; }
a { background-color: rgb(163,12,218); }
div.DivClassName
{
background-color: #A30CDA;
}
.BgClassName
{
background-color: #A30CDA;
}
</style>
border-color css
<style>
span { border-color: #A30CDA; }
span { border-color: rgb(163,12,218); }
td.TdClassName
{
border-color: #A30CDA;
}
.TagClassName
{
border-color: #A30CDA;
}
</style>