Shades of Dark Orchid #A41DDD
Tints of Dark Orchid #A41DDD
RGB
CMYK
RGB Variations
Color information
#A41DDD (or 0xA41DDD) is known color: Dark Orchid. HEX triplet: A4, 1D and DD. RGB value is (164,29,221). Sum of RGB (Red+Green+Blue) = 164+29+221=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 29 (11.72% from 255 or 7.00% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #A41DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41DDD is #5BE222. Grayscale: #5A5A5A. Windows color (decimal): -6021667 or 14491044. OLE color: 14491044.
HSL color Cylindrical-coordinate representation of color #A41DDD: hue angle of 282.19º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41DDD is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 29 | 221 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.13 |
| HSL | 282.19º | 0.77% | 0.49% | - |
| HSV(B) | 282.19º | 0.87% | 0.87% | - |
| XYZ | 28.8 | 13.99 | 69.59 | - |
| YUV | 91.25 | 201.23 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 221 | 0.26 | 0.87 | 0 | 0.13 | 282.19 | 0.77 | 0.49 |
| Hex | A4 | 1D | DD | 1A | 57 | 0 | D | 11A | 4D | 31 |
| Octal | 244 | 35 | 335 | 32 | 127 | 0 | 15 | 432 | 115 | 61 |
| Binary | 10100100 | 11101 | 11011101 | 11010 | 1010111 | 0 | 1101 | 100011010 | 1001101 | 110001 |
Color Harmonies of #A41DDD
Complementary color
Monochromatic Colors of #A41DDD
Black with #A41DDD
Text Example
Text Example
White with #A41DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41DDD; }
p { color: rgb(164,29,221); }
H1.HeaderClassName
{
color: #A41DDD;
}
.AnyTagClassName
{
color: #A41DDD;
}
</style>
background-color css
<style>
a { background-color: #A41DDD; }
a { background-color: rgb(164,29,221); }
div.DivClassName
{
background-color: #A41DDD;
}
.BgClassName
{
background-color: #A41DDD;
}
</style>
border-color css
<style>
span { border-color: #A41DDD; }
span { border-color: rgb(164,29,221); }
td.TdClassName
{
border-color: #A41DDD;
}
.TagClassName
{
border-color: #A41DDD;
}
</style>