Shades of Dark Orchid #A11FC1
Tints of Dark Orchid #A11FC1
RGB
CMYK
RGB Variations
Color information
#A11FC1 (or 0xA11FC1) is known color: Dark Orchid. HEX triplet: A1, 1F and C1. RGB value is (161,31,193). Sum of RGB (Red+Green+Blue) = 161+31+193=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #A11FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11FC1 is #5EE03E. Grayscale: #575757. Windows color (decimal): -6217791 or 12656545. OLE color: 12656545.
HSL color Cylindrical-coordinate representation of color #A11FC1: hue angle of 288.15º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11FC1 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 31 | 193 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.24 |
| HSL | 288.15º | 0.72% | 0.44% | - |
| HSV(B) | 288.15º | 0.84% | 0.76% | - |
| XYZ | 24.81 | 12.41 | 51.54 | - |
| YUV | 88.34 | 187.07 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 193 | 0.17 | 0.84 | 0 | 0.24 | 288.15 | 0.72 | 0.44 |
| Hex | A1 | 1F | C1 | 11 | 54 | 0 | 18 | 120 | 48 | 2C |
| Octal | 241 | 37 | 301 | 21 | 124 | 0 | 30 | 440 | 110 | 54 |
| Binary | 10100001 | 11111 | 11000001 | 10001 | 1010100 | 0 | 11000 | 100100000 | 1001000 | 101100 |
Color Harmonies of #A11FC1
Complementary color
Monochromatic Colors of #A11FC1
Black with #A11FC1
Text Example
Text Example
White with #A11FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11FC1; }
p { color: rgb(161,31,193); }
H1.HeaderClassName
{
color: #A11FC1;
}
.AnyTagClassName
{
color: #A11FC1;
}
</style>
background-color css
<style>
a { background-color: #A11FC1; }
a { background-color: rgb(161,31,193); }
div.DivClassName
{
background-color: #A11FC1;
}
.BgClassName
{
background-color: #A11FC1;
}
</style>
border-color css
<style>
span { border-color: #A11FC1; }
span { border-color: rgb(161,31,193); }
td.TdClassName
{
border-color: #A11FC1;
}
.TagClassName
{
border-color: #A11FC1;
}
</style>