Shades of Dark Orchid #A11FBA
Tints of Dark Orchid #A11FBA
RGB
CMYK
RGB Variations
Color information
#A11FBA (or 0xA11FBA) is known color: Dark Orchid. HEX triplet: A1, 1F and BA. RGB value is (161,31,186). Sum of RGB (Red+Green+Blue) = 161+31+186=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #A11FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11FBA is #5EE045. Grayscale: #575757. Windows color (decimal): -6217798 or 12197793. OLE color: 12197793.
HSL color Cylindrical-coordinate representation of color #A11FBA: hue angle of 290.32º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11FBA is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 31 | 186 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.27 |
| HSL | 290.32º | 0.71% | 0.43% | - |
| HSV(B) | 290.32º | 0.83% | 0.73% | - |
| XYZ | 24.05 | 12.1 | 47.52 | - |
| YUV | 87.54 | 183.57 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 186 | 0.13 | 0.83 | 0 | 0.27 | 290.32 | 0.71 | 0.43 |
| Hex | A1 | 1F | BA | D | 53 | 0 | 1B | 122 | 47 | 2B |
| Octal | 241 | 37 | 272 | 15 | 123 | 0 | 33 | 442 | 107 | 53 |
| Binary | 10100001 | 11111 | 10111010 | 1101 | 1010011 | 0 | 11011 | 100100010 | 1000111 | 101011 |
Color Harmonies of #A11FBA
Complementary color
Monochromatic Colors of #A11FBA
Black with #A11FBA
Text Example
Text Example
White with #A11FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11FBA; }
p { color: rgb(161,31,186); }
H1.HeaderClassName
{
color: #A11FBA;
}
.AnyTagClassName
{
color: #A11FBA;
}
</style>
background-color css
<style>
a { background-color: #A11FBA; }
a { background-color: rgb(161,31,186); }
div.DivClassName
{
background-color: #A11FBA;
}
.BgClassName
{
background-color: #A11FBA;
}
</style>
border-color css
<style>
span { border-color: #A11FBA; }
span { border-color: rgb(161,31,186); }
td.TdClassName
{
border-color: #A11FBA;
}
.TagClassName
{
border-color: #A11FBA;
}
</style>