Shades of Dark Orchid #A41FCD
Tints of Dark Orchid #A41FCD
RGB
CMYK
RGB Variations
Color information
#A41FCD (or 0xA41FCD) is known color: Dark Orchid. HEX triplet: A4, 1F and CD. RGB value is (164,31,205). Sum of RGB (Red+Green+Blue) = 164+31+205=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #A41FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41FCD is #5BE032. Grayscale: #5A5A5A. Windows color (decimal): -6021171 or 13442980. OLE color: 13442980.
HSL color Cylindrical-coordinate representation of color #A41FCD: hue angle of 285.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41FCD is Cyan = 0.2, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 31 | 205 | - |
| CMYK | 0.2 | 0.85 | 0 | 0.20 |
| HSL | 285.86º | 0.74% | 0.46% | - |
| HSV(B) | 285.86º | 0.85% | 0.8% | - |
| XYZ | 26.82 | 13.28 | 58.91 | - |
| YUV | 90.6 | 192.56 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 31 | 205 | 0.2 | 0.85 | 0 | 0.20 | 285.86 | 0.74 | 0.46 |
| Hex | A4 | 1F | CD | 14 | 55 | 0 | 14 | 11E | 4A | 2E |
| Octal | 244 | 37 | 315 | 24 | 125 | 0 | 24 | 436 | 112 | 56 |
| Binary | 10100100 | 11111 | 11001101 | 10100 | 1010101 | 0 | 10100 | 100011110 | 1001010 | 101110 |
Color Harmonies of #A41FCD
Complementary color
Monochromatic Colors of #A41FCD
Black with #A41FCD
Text Example
Text Example
White with #A41FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41FCD; }
p { color: rgb(164,31,205); }
H1.HeaderClassName
{
color: #A41FCD;
}
.AnyTagClassName
{
color: #A41FCD;
}
</style>
background-color css
<style>
a { background-color: #A41FCD; }
a { background-color: rgb(164,31,205); }
div.DivClassName
{
background-color: #A41FCD;
}
.BgClassName
{
background-color: #A41FCD;
}
</style>
border-color css
<style>
span { border-color: #A41FCD; }
span { border-color: rgb(164,31,205); }
td.TdClassName
{
border-color: #A41FCD;
}
.TagClassName
{
border-color: #A41FCD;
}
</style>