Shades of Dark Orchid #A11FCD
Tints of Dark Orchid #A11FCD
RGB
CMYK
RGB Variations
Color information
#A11FCD (or 0xA11FCD) is known color: Dark Orchid. HEX triplet: A1, 1F and CD. RGB value is (161,31,205). Sum of RGB (Red+Green+Blue) = 161+31+205=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #A11FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11FCD is #5EE032. Grayscale: #595959. Windows color (decimal): -6217779 or 13442977. OLE color: 13442977.
HSL color Cylindrical-coordinate representation of color #A11FCD: hue angle of 284.83º 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 #A11FCD is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 31 | 205 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.20 |
| HSL | 284.83º | 0.74% | 0.46% | - |
| HSV(B) | 284.83º | 0.85% | 0.8% | - |
| XYZ | 26.21 | 12.96 | 58.88 | - |
| YUV | 89.71 | 193.07 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 205 | 0.21 | 0.85 | 0 | 0.20 | 284.83 | 0.74 | 0.46 |
| Hex | A1 | 1F | CD | 15 | 55 | 0 | 14 | 11D | 4A | 2E |
| Octal | 241 | 37 | 315 | 25 | 125 | 0 | 24 | 435 | 112 | 56 |
| Binary | 10100001 | 11111 | 11001101 | 10101 | 1010101 | 0 | 10100 | 100011101 | 1001010 | 101110 |
Color Harmonies of #A11FCD
Complementary color
Monochromatic Colors of #A11FCD
Black with #A11FCD
Text Example
Text Example
White with #A11FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11FCD; }
p { color: rgb(161,31,205); }
H1.HeaderClassName
{
color: #A11FCD;
}
.AnyTagClassName
{
color: #A11FCD;
}
</style>
background-color css
<style>
a { background-color: #A11FCD; }
a { background-color: rgb(161,31,205); }
div.DivClassName
{
background-color: #A11FCD;
}
.BgClassName
{
background-color: #A11FCD;
}
</style>
border-color css
<style>
span { border-color: #A11FCD; }
span { border-color: rgb(161,31,205); }
td.TdClassName
{
border-color: #A11FCD;
}
.TagClassName
{
border-color: #A11FCD;
}
</style>