Shades of Dark Orchid #A11CBC
Tints of Dark Orchid #A11CBC
RGB
CMYK
RGB Variations
Color information
#A11CBC (or 0xA11CBC) is known color: Dark Orchid. HEX triplet: A1, 1C and BC. RGB value is (161,28,188). Sum of RGB (Red+Green+Blue) = 161+28+188=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #A11CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11CBC is #5EE343. Grayscale: #555555. Windows color (decimal): -6218564 or 12328097. OLE color: 12328097.
HSL color Cylindrical-coordinate representation of color #A11CBC: hue angle of 289.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11CBC is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 28 | 188 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.26 |
| HSL | 289.88º | 0.74% | 0.42% | - |
| HSV(B) | 289.88º | 0.85% | 0.74% | - |
| XYZ | 24.19 | 12.04 | 48.63 | - |
| YUV | 86.01 | 185.56 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 28 | 188 | 0.14 | 0.85 | 0 | 0.26 | 289.88 | 0.74 | 0.42 |
| Hex | A1 | 1C | BC | E | 55 | 0 | 1A | 122 | 4A | 2A |
| Octal | 241 | 34 | 274 | 16 | 125 | 0 | 32 | 442 | 112 | 52 |
| Binary | 10100001 | 11100 | 10111100 | 1110 | 1010101 | 0 | 11010 | 100100010 | 1001010 | 101010 |
Color Harmonies of #A11CBC
Complementary color
Monochromatic Colors of #A11CBC
Black with #A11CBC
Text Example
Text Example
White with #A11CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11CBC; }
p { color: rgb(161,28,188); }
H1.HeaderClassName
{
color: #A11CBC;
}
.AnyTagClassName
{
color: #A11CBC;
}
</style>
background-color css
<style>
a { background-color: #A11CBC; }
a { background-color: rgb(161,28,188); }
div.DivClassName
{
background-color: #A11CBC;
}
.BgClassName
{
background-color: #A11CBC;
}
</style>
border-color css
<style>
span { border-color: #A11CBC; }
span { border-color: rgb(161,28,188); }
td.TdClassName
{
border-color: #A11CBC;
}
.TagClassName
{
border-color: #A11CBC;
}
</style>