Shades of Dark Violet #A30ADD
Tints of Dark Violet #A30ADD
RGB
CMYK
RGB Variations
Color information
#A30ADD (or 0xA30ADD) is known color: Dark Violet. HEX triplet: A3, 0A and DD. RGB value is (163,10,221). Sum of RGB (Red+Green+Blue) = 163+10+221=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 10 (4.30% from 255 or 2.54% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #A30ADD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30ADD is #5CF522. Grayscale: #4F4F4F. Windows color (decimal): -6092067 or 14486179. OLE color: 14486179.
HSL color Cylindrical-coordinate representation of color #A30ADD: hue angle of 283.51º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30ADD is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 10 | 221 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.13 |
| HSL | 283.51º | 0.91% | 0.45% | - |
| HSV(B) | 283.51º | 0.95% | 0.87% | - |
| XYZ | 28.26 | 13.22 | 69.47 | - |
| YUV | 79.8 | 207.69 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 221 | 0.26 | 0.95 | 0 | 0.13 | 283.51 | 0.91 | 0.45 |
| Hex | A3 | A | DD | 1A | 5F | 0 | D | 11C | 5B | 2D |
| Octal | 243 | 12 | 335 | 32 | 137 | 0 | 15 | 434 | 133 | 55 |
| Binary | 10100011 | 1010 | 11011101 | 11010 | 1011111 | 0 | 1101 | 100011100 | 1011011 | 101101 |
Color Harmonies of #A30ADD
Complementary color
Monochromatic Colors of #A30ADD
Black with #A30ADD
Text Example
Text Example
White with #A30ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30ADD; }
p { color: rgb(163,10,221); }
H1.HeaderClassName
{
color: #A30ADD;
}
.AnyTagClassName
{
color: #A30ADD;
}
</style>
background-color css
<style>
a { background-color: #A30ADD; }
a { background-color: rgb(163,10,221); }
div.DivClassName
{
background-color: #A30ADD;
}
.BgClassName
{
background-color: #A30ADD;
}
</style>
border-color css
<style>
span { border-color: #A30ADD; }
span { border-color: rgb(163,10,221); }
td.TdClassName
{
border-color: #A30ADD;
}
.TagClassName
{
border-color: #A30ADD;
}
</style>