Shades of Dark Orchid #A41DBE
Tints of Dark Orchid #A41DBE
RGB
CMYK
RGB Variations
Color information
#A41DBE (or 0xA41DBE) is known color: Dark Orchid. HEX triplet: A4, 1D and BE. RGB value is (164,29,190). Sum of RGB (Red+Green+Blue) = 164+29+190=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #A41DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41DBE is #5BE241. Grayscale: #575757. Windows color (decimal): -6021698 or 12459428. OLE color: 12459428.
HSL color Cylindrical-coordinate representation of color #A41DBE: hue angle of 290.31º 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 #A41DBE is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 29 | 190 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.25 |
| HSL | 290.31º | 0.74% | 0.43% | - |
| HSV(B) | 290.31º | 0.85% | 0.75% | - |
| XYZ | 25.04 | 12.49 | 49.81 | - |
| YUV | 87.72 | 185.73 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 190 | 0.14 | 0.85 | 0 | 0.25 | 290.31 | 0.74 | 0.43 |
| Hex | A4 | 1D | BE | E | 55 | 0 | 19 | 122 | 4A | 2B |
| Octal | 244 | 35 | 276 | 16 | 125 | 0 | 31 | 442 | 112 | 53 |
| Binary | 10100100 | 11101 | 10111110 | 1110 | 1010101 | 0 | 11001 | 100100010 | 1001010 | 101011 |
Color Harmonies of #A41DBE
Complementary color
Monochromatic Colors of #A41DBE
Black with #A41DBE
Text Example
Text Example
White with #A41DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41DBE; }
p { color: rgb(164,29,190); }
H1.HeaderClassName
{
color: #A41DBE;
}
.AnyTagClassName
{
color: #A41DBE;
}
</style>
background-color css
<style>
a { background-color: #A41DBE; }
a { background-color: rgb(164,29,190); }
div.DivClassName
{
background-color: #A41DBE;
}
.BgClassName
{
background-color: #A41DBE;
}
</style>
border-color css
<style>
span { border-color: #A41DBE; }
span { border-color: rgb(164,29,190); }
td.TdClassName
{
border-color: #A41DBE;
}
.TagClassName
{
border-color: #A41DBE;
}
</style>