Shades of Dark Violet #A30ADA
Tints of Dark Violet #A30ADA
RGB
CMYK
RGB Variations
Color information
#A30ADA (or 0xA30ADA) is known color: Dark Violet. HEX triplet: A3, 0A and DA. RGB value is (163,10,218). Sum of RGB (Red+Green+Blue) = 163+10+218=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #A30ADA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30ADA is #5CF525. Grayscale: #4E4E4E. Windows color (decimal): -6092070 or 14289571. OLE color: 14289571.
HSL color Cylindrical-coordinate representation of color #A30ADA: hue angle of 284.13º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30ADA is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 10 | 218 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.15 |
| HSL | 284.13º | 0.91% | 0.45% | - |
| HSV(B) | 284.13º | 0.95% | 0.85% | - |
| XYZ | 27.87 | 13.07 | 67.38 | - |
| YUV | 79.46 | 206.19 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 218 | 0.25 | 0.95 | 0 | 0.15 | 284.13 | 0.91 | 0.45 |
| Hex | A3 | A | DA | 19 | 5F | 0 | F | 11C | 5B | 2D |
| Octal | 243 | 12 | 332 | 31 | 137 | 0 | 17 | 434 | 133 | 55 |
| Binary | 10100011 | 1010 | 11011010 | 11001 | 1011111 | 0 | 1111 | 100011100 | 1011011 | 101101 |
Color Harmonies of #A30ADA
Complementary color
Monochromatic Colors of #A30ADA
Black with #A30ADA
Text Example
Text Example
White with #A30ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30ADA; }
p { color: rgb(163,10,218); }
H1.HeaderClassName
{
color: #A30ADA;
}
.AnyTagClassName
{
color: #A30ADA;
}
</style>
background-color css
<style>
a { background-color: #A30ADA; }
a { background-color: rgb(163,10,218); }
div.DivClassName
{
background-color: #A30ADA;
}
.BgClassName
{
background-color: #A30ADA;
}
</style>
border-color css
<style>
span { border-color: #A30ADA; }
span { border-color: rgb(163,10,218); }
td.TdClassName
{
border-color: #A30ADA;
}
.TagClassName
{
border-color: #A30ADA;
}
</style>