Shades of Dark Violet #A30DDD
Tints of Dark Violet #A30DDD
RGB
CMYK
RGB Variations
Color information
#A30DDD (or 0xA30DDD) is known color: Dark Violet. HEX triplet: A3, 0D and DD. RGB value is (163,13,221). Sum of RGB (Red+Green+Blue) = 163+13+221=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #A30DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30DDD is #5CF222. Grayscale: #505050. Windows color (decimal): -6091299 or 14486947. OLE color: 14486947.
HSL color Cylindrical-coordinate representation of color #A30DDD: hue angle of 283.27º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30DDD is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 13 | 221 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.13 |
| HSL | 283.27º | 0.89% | 0.46% | - |
| HSV(B) | 283.27º | 0.94% | 0.87% | - |
| XYZ | 28.3 | 13.29 | 69.48 | - |
| YUV | 81.56 | 206.7 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 221 | 0.26 | 0.94 | 0 | 0.13 | 283.27 | 0.89 | 0.46 |
| Hex | A3 | D | DD | 1A | 5E | 0 | D | 11B | 59 | 2E |
| Octal | 243 | 15 | 335 | 32 | 136 | 0 | 15 | 433 | 131 | 56 |
| Binary | 10100011 | 1101 | 11011101 | 11010 | 1011110 | 0 | 1101 | 100011011 | 1011001 | 101110 |
Color Harmonies of #A30DDD
Complementary color
Monochromatic Colors of #A30DDD
Black with #A30DDD
Text Example
Text Example
White with #A30DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30DDD; }
p { color: rgb(163,13,221); }
H1.HeaderClassName
{
color: #A30DDD;
}
.AnyTagClassName
{
color: #A30DDD;
}
</style>
background-color css
<style>
a { background-color: #A30DDD; }
a { background-color: rgb(163,13,221); }
div.DivClassName
{
background-color: #A30DDD;
}
.BgClassName
{
background-color: #A30DDD;
}
</style>
border-color css
<style>
span { border-color: #A30DDD; }
span { border-color: rgb(163,13,221); }
td.TdClassName
{
border-color: #A30DDD;
}
.TagClassName
{
border-color: #A30DDD;
}
</style>