Shades of Dark Orchid #A11CCD
Tints of Dark Orchid #A11CCD
RGB
CMYK
RGB Variations
Color information
#A11CCD (or 0xA11CCD) is known color: Dark Orchid. HEX triplet: A1, 1C and CD. RGB value is (161,28,205). Sum of RGB (Red+Green+Blue) = 161+28+205=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #A11CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11CCD is #5EE332. Grayscale: #575757. Windows color (decimal): -6218547 or 13442209. OLE color: 13442209.
HSL color Cylindrical-coordinate representation of color #A11CCD: hue angle of 285.08º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11CCD is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 28 | 205 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.20 |
| HSL | 285.08º | 0.76% | 0.46% | - |
| HSV(B) | 285.08º | 0.86% | 0.8% | - |
| XYZ | 26.13 | 12.82 | 58.85 | - |
| YUV | 87.95 | 194.06 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 28 | 205 | 0.21 | 0.86 | 0 | 0.20 | 285.08 | 0.76 | 0.46 |
| Hex | A1 | 1C | CD | 15 | 56 | 0 | 14 | 11D | 4C | 2E |
| Octal | 241 | 34 | 315 | 25 | 126 | 0 | 24 | 435 | 114 | 56 |
| Binary | 10100001 | 11100 | 11001101 | 10101 | 1010110 | 0 | 10100 | 100011101 | 1001100 | 101110 |
Color Harmonies of #A11CCD
Complementary color
Monochromatic Colors of #A11CCD
Black with #A11CCD
Text Example
Text Example
White with #A11CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11CCD; }
p { color: rgb(161,28,205); }
H1.HeaderClassName
{
color: #A11CCD;
}
.AnyTagClassName
{
color: #A11CCD;
}
</style>
background-color css
<style>
a { background-color: #A11CCD; }
a { background-color: rgb(161,28,205); }
div.DivClassName
{
background-color: #A11CCD;
}
.BgClassName
{
background-color: #A11CCD;
}
</style>
border-color css
<style>
span { border-color: #A11CCD; }
span { border-color: rgb(161,28,205); }
td.TdClassName
{
border-color: #A11CCD;
}
.TagClassName
{
border-color: #A11CCD;
}
</style>