Shades of Dark Orchid #A41DDA
Tints of Dark Orchid #A41DDA
RGB
CMYK
RGB Variations
Color information
#A41DDA (or 0xA41DDA) is known color: Dark Orchid. HEX triplet: A4, 1D and DA. RGB value is (164,29,218). Sum of RGB (Red+Green+Blue) = 164+29+218=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #A41DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41DDA is #5BE225. Grayscale: #5A5A5A. Windows color (decimal): -6021670 or 14294436. OLE color: 14294436.
HSL color Cylindrical-coordinate representation of color #A41DDA: hue angle of 282.86º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41DDA is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 29 | 218 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.15 |
| HSL | 282.86º | 0.77% | 0.48% | - |
| HSV(B) | 282.86º | 0.87% | 0.85% | - |
| XYZ | 28.4 | 13.83 | 67.5 | - |
| YUV | 90.91 | 199.73 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 218 | 0.25 | 0.87 | 0 | 0.15 | 282.86 | 0.77 | 0.48 |
| Hex | A4 | 1D | DA | 19 | 57 | 0 | F | 11B | 4D | 30 |
| Octal | 244 | 35 | 332 | 31 | 127 | 0 | 17 | 433 | 115 | 60 |
| Binary | 10100100 | 11101 | 11011010 | 11001 | 1010111 | 0 | 1111 | 100011011 | 1001101 | 110000 |
Color Harmonies of #A41DDA
Complementary color
Monochromatic Colors of #A41DDA
Black with #A41DDA
Text Example
Text Example
White with #A41DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41DDA; }
p { color: rgb(164,29,218); }
H1.HeaderClassName
{
color: #A41DDA;
}
.AnyTagClassName
{
color: #A41DDA;
}
</style>
background-color css
<style>
a { background-color: #A41DDA; }
a { background-color: rgb(164,29,218); }
div.DivClassName
{
background-color: #A41DDA;
}
.BgClassName
{
background-color: #A41DDA;
}
</style>
border-color css
<style>
span { border-color: #A41DDA; }
span { border-color: rgb(164,29,218); }
td.TdClassName
{
border-color: #A41DDA;
}
.TagClassName
{
border-color: #A41DDA;
}
</style>