Shades of Dark Orchid #A11CC2
Tints of Dark Orchid #A11CC2
RGB
CMYK
RGB Variations
Color information
#A11CC2 (or 0xA11CC2) is known color: Dark Orchid. HEX triplet: A1, 1C and C2. RGB value is (161,28,194). Sum of RGB (Red+Green+Blue) = 161+28+194=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 194 (76.17% from 255 or 50.65% from 383); Max value from RGB is 194 - color contains mainly: blue. Hex color #A11CC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11CC2 is #5EE33D. Grayscale: #565656. Windows color (decimal): -6218558 or 12721313. OLE color: 12721313.
HSL color Cylindrical-coordinate representation of color #A11CC2: hue angle of 288.07º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11CC2 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 28 | 194 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.24 |
| HSL | 288.07º | 0.75% | 0.44% | - |
| HSV(B) | 288.07º | 0.86% | 0.76% | - |
| XYZ | 24.85 | 12.3 | 52.1 | - |
| YUV | 86.69 | 188.56 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 28 | 194 | 0.17 | 0.86 | 0 | 0.24 | 288.07 | 0.75 | 0.44 |
| Hex | A1 | 1C | C2 | 11 | 56 | 0 | 18 | 120 | 4B | 2C |
| Octal | 241 | 34 | 302 | 21 | 126 | 0 | 30 | 440 | 113 | 54 |
| Binary | 10100001 | 11100 | 11000010 | 10001 | 1010110 | 0 | 11000 | 100100000 | 1001011 | 101100 |
Color Harmonies of #A11CC2
Complementary color
Monochromatic Colors of #A11CC2
Black with #A11CC2
Text Example
Text Example
White with #A11CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11CC2; }
p { color: rgb(161,28,194); }
H1.HeaderClassName
{
color: #A11CC2;
}
.AnyTagClassName
{
color: #A11CC2;
}
</style>
background-color css
<style>
a { background-color: #A11CC2; }
a { background-color: rgb(161,28,194); }
div.DivClassName
{
background-color: #A11CC2;
}
.BgClassName
{
background-color: #A11CC2;
}
</style>
border-color css
<style>
span { border-color: #A11CC2; }
span { border-color: rgb(161,28,194); }
td.TdClassName
{
border-color: #A11CC2;
}
.TagClassName
{
border-color: #A11CC2;
}
</style>