Shades of Dark Violet #A30ADC
Tints of Dark Violet #A30ADC
RGB
CMYK
RGB Variations
Color information
#A30ADC (or 0xA30ADC) is known color: Dark Violet. HEX triplet: A3, 0A and DC. RGB value is (163,10,220). Sum of RGB (Red+Green+Blue) = 163+10+220=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #A30ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30ADC is #5CF523. Grayscale: #4F4F4F. Windows color (decimal): -6092068 or 14420643. OLE color: 14420643.
HSL color Cylindrical-coordinate representation of color #A30ADC: hue angle of 283.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30ADC is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 10 | 220 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.14 |
| HSL | 283.71º | 0.91% | 0.45% | - |
| HSV(B) | 283.71º | 0.95% | 0.86% | - |
| XYZ | 28.13 | 13.17 | 68.77 | - |
| YUV | 79.69 | 207.19 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 220 | 0.26 | 0.95 | 0 | 0.14 | 283.71 | 0.91 | 0.45 |
| Hex | A3 | A | DC | 1A | 5F | 0 | E | 11C | 5B | 2D |
| Octal | 243 | 12 | 334 | 32 | 137 | 0 | 16 | 434 | 133 | 55 |
| Binary | 10100011 | 1010 | 11011100 | 11010 | 1011111 | 0 | 1110 | 100011100 | 1011011 | 101101 |
Color Harmonies of #A30ADC
Complementary color
Monochromatic Colors of #A30ADC
Black with #A30ADC
Text Example
Text Example
White with #A30ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30ADC; }
p { color: rgb(163,10,220); }
H1.HeaderClassName
{
color: #A30ADC;
}
.AnyTagClassName
{
color: #A30ADC;
}
</style>
background-color css
<style>
a { background-color: #A30ADC; }
a { background-color: rgb(163,10,220); }
div.DivClassName
{
background-color: #A30ADC;
}
.BgClassName
{
background-color: #A30ADC;
}
</style>
border-color css
<style>
span { border-color: #A30ADC; }
span { border-color: rgb(163,10,220); }
td.TdClassName
{
border-color: #A30ADC;
}
.TagClassName
{
border-color: #A30ADC;
}
</style>