Shades of Dark Orchid #A11CBE
Tints of Dark Orchid #A11CBE
RGB
CMYK
RGB Variations
Color information
#A11CBE (or 0xA11CBE) is known color: Dark Orchid. HEX triplet: A1, 1C and BE. RGB value is (161,28,190). Sum of RGB (Red+Green+Blue) = 161+28+190=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #A11CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11CBE is #5EE341. Grayscale: #555555. Windows color (decimal): -6218562 or 12459169. OLE color: 12459169.
HSL color Cylindrical-coordinate representation of color #A11CBE: hue angle of 289.26º 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 #A11CBE is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 28 | 190 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.25 |
| HSL | 289.26º | 0.74% | 0.43% | - |
| HSV(B) | 289.26º | 0.85% | 0.75% | - |
| XYZ | 24.41 | 12.13 | 49.77 | - |
| YUV | 86.24 | 186.56 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 28 | 190 | 0.15 | 0.85 | 0 | 0.25 | 289.26 | 0.74 | 0.43 |
| Hex | A1 | 1C | BE | F | 55 | 0 | 19 | 121 | 4A | 2B |
| Octal | 241 | 34 | 276 | 17 | 125 | 0 | 31 | 441 | 112 | 53 |
| Binary | 10100001 | 11100 | 10111110 | 1111 | 1010101 | 0 | 11001 | 100100001 | 1001010 | 101011 |
Color Harmonies of #A11CBE
Complementary color
Monochromatic Colors of #A11CBE
Black with #A11CBE
Text Example
Text Example
White with #A11CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11CBE; }
p { color: rgb(161,28,190); }
H1.HeaderClassName
{
color: #A11CBE;
}
.AnyTagClassName
{
color: #A11CBE;
}
</style>
background-color css
<style>
a { background-color: #A11CBE; }
a { background-color: rgb(161,28,190); }
div.DivClassName
{
background-color: #A11CBE;
}
.BgClassName
{
background-color: #A11CBE;
}
</style>
border-color css
<style>
span { border-color: #A11CBE; }
span { border-color: rgb(161,28,190); }
td.TdClassName
{
border-color: #A11CBE;
}
.TagClassName
{
border-color: #A11CBE;
}
</style>