Shades of Dark Orchid #A11BBD
Tints of Dark Orchid #A11BBD
RGB
CMYK
RGB Variations
Color information
#A11BBD (or 0xA11BBD) is known color: Dark Orchid. HEX triplet: A1, 1B and BD. RGB value is (161,27,189). Sum of RGB (Red+Green+Blue) = 161+27+189=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #A11BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11BBD is #5EE442. Grayscale: #555555. Windows color (decimal): -6218819 or 12393377. OLE color: 12393377.
HSL color Cylindrical-coordinate representation of color #A11BBD: hue angle of 289.63º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11BBD is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 27 | 189 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.26 |
| HSL | 289.63º | 0.75% | 0.42% | - |
| HSV(B) | 289.63º | 0.86% | 0.74% | - |
| XYZ | 24.28 | 12.04 | 49.19 | - |
| YUV | 85.53 | 186.39 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 27 | 189 | 0.15 | 0.86 | 0 | 0.26 | 289.63 | 0.75 | 0.42 |
| Hex | A1 | 1B | BD | F | 56 | 0 | 1A | 122 | 4B | 2A |
| Octal | 241 | 33 | 275 | 17 | 126 | 0 | 32 | 442 | 113 | 52 |
| Binary | 10100001 | 11011 | 10111101 | 1111 | 1010110 | 0 | 11010 | 100100010 | 1001011 | 101010 |
Color Harmonies of #A11BBD
Complementary color
Monochromatic Colors of #A11BBD
Black with #A11BBD
Text Example
Text Example
White with #A11BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11BBD; }
p { color: rgb(161,27,189); }
H1.HeaderClassName
{
color: #A11BBD;
}
.AnyTagClassName
{
color: #A11BBD;
}
</style>
background-color css
<style>
a { background-color: #A11BBD; }
a { background-color: rgb(161,27,189); }
div.DivClassName
{
background-color: #A11BBD;
}
.BgClassName
{
background-color: #A11BBD;
}
</style>
border-color css
<style>
span { border-color: #A11BBD; }
span { border-color: rgb(161,27,189); }
td.TdClassName
{
border-color: #A11BBD;
}
.TagClassName
{
border-color: #A11BBD;
}
</style>