Shades of Dark Violet #A30FDD
Tints of Dark Violet #A30FDD
RGB
CMYK
RGB Variations
Color information
#A30FDD (or 0xA30FDD) is known color: Dark Violet. HEX triplet: A3, 0F and DD. RGB value is (163,15,221). Sum of RGB (Red+Green+Blue) = 163+15+221=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #A30FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30FDD is #5CF022. Grayscale: #525252. Windows color (decimal): -6090787 or 14487459. OLE color: 14487459.
HSL color Cylindrical-coordinate representation of color #A30FDD: hue angle of 283.11º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30FDD is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 15 | 221 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.13 |
| HSL | 283.11º | 0.87% | 0.46% | - |
| HSV(B) | 283.11º | 0.93% | 0.87% | - |
| XYZ | 28.33 | 13.35 | 69.49 | - |
| YUV | 82.74 | 206.03 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 221 | 0.26 | 0.93 | 0 | 0.13 | 283.11 | 0.87 | 0.46 |
| Hex | A3 | F | DD | 1A | 5D | 0 | D | 11B | 57 | 2E |
| Octal | 243 | 17 | 335 | 32 | 135 | 0 | 15 | 433 | 127 | 56 |
| Binary | 10100011 | 1111 | 11011101 | 11010 | 1011101 | 0 | 1101 | 100011011 | 1010111 | 101110 |
Color Harmonies of #A30FDD
Complementary color
Monochromatic Colors of #A30FDD
Black with #A30FDD
Text Example
Text Example
White with #A30FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FDD; }
p { color: rgb(163,15,221); }
H1.HeaderClassName
{
color: #A30FDD;
}
.AnyTagClassName
{
color: #A30FDD;
}
</style>
background-color css
<style>
a { background-color: #A30FDD; }
a { background-color: rgb(163,15,221); }
div.DivClassName
{
background-color: #A30FDD;
}
.BgClassName
{
background-color: #A30FDD;
}
</style>
border-color css
<style>
span { border-color: #A30FDD; }
span { border-color: rgb(163,15,221); }
td.TdClassName
{
border-color: #A30FDD;
}
.TagClassName
{
border-color: #A30FDD;
}
</style>