Shades of Dark Orchid #A41DBF
Tints of Dark Orchid #A41DBF
RGB
CMYK
RGB Variations
Color information
#A41DBF (or 0xA41DBF) is known color: Dark Orchid. HEX triplet: A4, 1D and BF. RGB value is (164,29,191). Sum of RGB (Red+Green+Blue) = 164+29+191=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #A41DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41DBF is #5BE240. Grayscale: #575757. Windows color (decimal): -6021697 or 12524964. OLE color: 12524964.
HSL color Cylindrical-coordinate representation of color #A41DBF: hue angle of 290º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41DBF is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 29 | 191 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.25 |
| HSL | 290º | 0.74% | 0.43% | - |
| HSV(B) | 290º | 0.85% | 0.75% | - |
| XYZ | 25.15 | 12.53 | 50.38 | - |
| YUV | 87.83 | 186.23 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 191 | 0.14 | 0.85 | 0 | 0.25 | 290 | 0.74 | 0.43 |
| Hex | A4 | 1D | BF | E | 55 | 0 | 19 | 122 | 4A | 2B |
| Octal | 244 | 35 | 277 | 16 | 125 | 0 | 31 | 442 | 112 | 53 |
| Binary | 10100100 | 11101 | 10111111 | 1110 | 1010101 | 0 | 11001 | 100100010 | 1001010 | 101011 |
Color Harmonies of #A41DBF
Complementary color
Monochromatic Colors of #A41DBF
Black with #A41DBF
Text Example
Text Example
White with #A41DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41DBF; }
p { color: rgb(164,29,191); }
H1.HeaderClassName
{
color: #A41DBF;
}
.AnyTagClassName
{
color: #A41DBF;
}
</style>
background-color css
<style>
a { background-color: #A41DBF; }
a { background-color: rgb(164,29,191); }
div.DivClassName
{
background-color: #A41DBF;
}
.BgClassName
{
background-color: #A41DBF;
}
</style>
border-color css
<style>
span { border-color: #A41DBF; }
span { border-color: rgb(164,29,191); }
td.TdClassName
{
border-color: #A41DBF;
}
.TagClassName
{
border-color: #A41DBF;
}
</style>