Shades of Dark Orchid #A11CBF
Tints of Dark Orchid #A11CBF
RGB
CMYK
RGB Variations
Color information
#A11CBF (or 0xA11CBF) is known color: Dark Orchid. HEX triplet: A1, 1C and BF. RGB value is (161,28,191). Sum of RGB (Red+Green+Blue) = 161+28+191=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #A11CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11CBF is #5EE340. Grayscale: #555555. Windows color (decimal): -6218561 or 12524705. OLE color: 12524705.
HSL color Cylindrical-coordinate representation of color #A11CBF: hue angle of 288.96º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11CBF is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 28 | 191 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.25 |
| HSL | 288.96º | 0.74% | 0.43% | - |
| HSV(B) | 288.96º | 0.85% | 0.75% | - |
| XYZ | 24.52 | 12.17 | 50.35 | - |
| YUV | 86.35 | 187.06 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 28 | 191 | 0.16 | 0.85 | 0 | 0.25 | 288.96 | 0.74 | 0.43 |
| Hex | A1 | 1C | BF | 10 | 55 | 0 | 19 | 121 | 4A | 2B |
| Octal | 241 | 34 | 277 | 20 | 125 | 0 | 31 | 441 | 112 | 53 |
| Binary | 10100001 | 11100 | 10111111 | 10000 | 1010101 | 0 | 11001 | 100100001 | 1001010 | 101011 |
Color Harmonies of #A11CBF
Complementary color
Monochromatic Colors of #A11CBF
Black with #A11CBF
Text Example
Text Example
White with #A11CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11CBF; }
p { color: rgb(161,28,191); }
H1.HeaderClassName
{
color: #A11CBF;
}
.AnyTagClassName
{
color: #A11CBF;
}
</style>
background-color css
<style>
a { background-color: #A11CBF; }
a { background-color: rgb(161,28,191); }
div.DivClassName
{
background-color: #A11CBF;
}
.BgClassName
{
background-color: #A11CBF;
}
</style>
border-color css
<style>
span { border-color: #A11CBF; }
span { border-color: rgb(161,28,191); }
td.TdClassName
{
border-color: #A11CBF;
}
.TagClassName
{
border-color: #A11CBF;
}
</style>