Shades of Dark Orchid #A11CC1
Tints of Dark Orchid #A11CC1
RGB
CMYK
RGB Variations
Color information
#A11CC1 (or 0xA11CC1) is known color: Dark Orchid. HEX triplet: A1, 1C and C1. RGB value is (161,28,193). Sum of RGB (Red+Green+Blue) = 161+28+193=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #A11CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11CC1 is #5EE33E. Grayscale: #565656. Windows color (decimal): -6218559 or 12655777. OLE color: 12655777.
HSL color Cylindrical-coordinate representation of color #A11CC1: hue angle of 288.36º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11CC1 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 28 | 193 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.24 |
| HSL | 288.36º | 0.75% | 0.43% | - |
| HSV(B) | 288.36º | 0.85% | 0.76% | - |
| XYZ | 24.74 | 12.26 | 51.51 | - |
| YUV | 86.58 | 188.06 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 28 | 193 | 0.17 | 0.85 | 0 | 0.24 | 288.36 | 0.75 | 0.43 |
| Hex | A1 | 1C | C1 | 11 | 55 | 0 | 18 | 120 | 4B | 2B |
| Octal | 241 | 34 | 301 | 21 | 125 | 0 | 30 | 440 | 113 | 53 |
| Binary | 10100001 | 11100 | 11000001 | 10001 | 1010101 | 0 | 11000 | 100100000 | 1001011 | 101011 |
Color Harmonies of #A11CC1
Complementary color
Monochromatic Colors of #A11CC1
Black with #A11CC1
Text Example
Text Example
White with #A11CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11CC1; }
p { color: rgb(161,28,193); }
H1.HeaderClassName
{
color: #A11CC1;
}
.AnyTagClassName
{
color: #A11CC1;
}
</style>
background-color css
<style>
a { background-color: #A11CC1; }
a { background-color: rgb(161,28,193); }
div.DivClassName
{
background-color: #A11CC1;
}
.BgClassName
{
background-color: #A11CC1;
}
</style>
border-color css
<style>
span { border-color: #A11CC1; }
span { border-color: rgb(161,28,193); }
td.TdClassName
{
border-color: #A11CC1;
}
.TagClassName
{
border-color: #A11CC1;
}
</style>