Shades of Dark Orchid #A41DBC
Tints of Dark Orchid #A41DBC
RGB
CMYK
RGB Variations
Color information
#A41DBC (or 0xA41DBC) is known color: Dark Orchid. HEX triplet: A4, 1D and BC. RGB value is (164,29,188). Sum of RGB (Red+Green+Blue) = 164+29+188=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #A41DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41DBC is #5BE243. Grayscale: #565656. Windows color (decimal): -6021700 or 12328356. OLE color: 12328356.
HSL color Cylindrical-coordinate representation of color #A41DBC: hue angle of 290.94º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41DBC is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 29 | 188 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.26 |
| HSL | 290.94º | 0.73% | 0.43% | - |
| HSV(B) | 290.94º | 0.85% | 0.74% | - |
| XYZ | 24.83 | 12.4 | 48.66 | - |
| YUV | 87.49 | 184.73 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 188 | 0.13 | 0.85 | 0 | 0.26 | 290.94 | 0.73 | 0.43 |
| Hex | A4 | 1D | BC | D | 55 | 0 | 1A | 123 | 49 | 2B |
| Octal | 244 | 35 | 274 | 15 | 125 | 0 | 32 | 443 | 111 | 53 |
| Binary | 10100100 | 11101 | 10111100 | 1101 | 1010101 | 0 | 11010 | 100100011 | 1001001 | 101011 |
Color Harmonies of #A41DBC
Complementary color
Monochromatic Colors of #A41DBC
Black with #A41DBC
Text Example
Text Example
White with #A41DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41DBC; }
p { color: rgb(164,29,188); }
H1.HeaderClassName
{
color: #A41DBC;
}
.AnyTagClassName
{
color: #A41DBC;
}
</style>
background-color css
<style>
a { background-color: #A41DBC; }
a { background-color: rgb(164,29,188); }
div.DivClassName
{
background-color: #A41DBC;
}
.BgClassName
{
background-color: #A41DBC;
}
</style>
border-color css
<style>
span { border-color: #A41DBC; }
span { border-color: rgb(164,29,188); }
td.TdClassName
{
border-color: #A41DBC;
}
.TagClassName
{
border-color: #A41DBC;
}
</style>