Shades of Dark Orchid #A41DAC
Tints of Dark Orchid #A41DAC
RGB
CMYK
RGB Variations
Color information
#A41DAC (or 0xA41DAC) is known color: Dark Orchid. HEX triplet: A4, 1D and AC. RGB value is (164,29,172). Sum of RGB (Red+Green+Blue) = 164+29+172=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #A41DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41DAC is #5BE253. Grayscale: #555555. Windows color (decimal): -6021716 or 11279780. OLE color: 11279780.
HSL color Cylindrical-coordinate representation of color #A41DAC: hue angle of 296.64º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41DAC is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 29 | 172 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.33 |
| HSL | 296.64º | 0.71% | 0.39% | - |
| HSV(B) | 296.64º | 0.83% | 0.67% | - |
| XYZ | 23.2 | 11.75 | 40.08 | - |
| YUV | 85.67 | 176.73 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 172 | 0.05 | 0.83 | 0 | 0.33 | 296.64 | 0.71 | 0.39 |
| Hex | A4 | 1D | AC | 5 | 53 | 0 | 21 | 129 | 47 | 27 |
| Octal | 244 | 35 | 254 | 5 | 123 | 0 | 41 | 451 | 107 | 47 |
| Binary | 10100100 | 11101 | 10101100 | 101 | 1010011 | 0 | 100001 | 100101001 | 1000111 | 100111 |
Color Harmonies of #A41DAC
Complementary color
Monochromatic Colors of #A41DAC
Black with #A41DAC
Text Example
Text Example
White with #A41DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41DAC; }
p { color: rgb(164,29,172); }
H1.HeaderClassName
{
color: #A41DAC;
}
.AnyTagClassName
{
color: #A41DAC;
}
</style>
background-color css
<style>
a { background-color: #A41DAC; }
a { background-color: rgb(164,29,172); }
div.DivClassName
{
background-color: #A41DAC;
}
.BgClassName
{
background-color: #A41DAC;
}
</style>
border-color css
<style>
span { border-color: #A41DAC; }
span { border-color: rgb(164,29,172); }
td.TdClassName
{
border-color: #A41DAC;
}
.TagClassName
{
border-color: #A41DAC;
}
</style>