Shades of Dark Orchid #A11EB0
Tints of Dark Orchid #A11EB0
RGB
CMYK
RGB Variations
Color information
#A11EB0 (or 0xA11EB0) is known color: Dark Orchid. HEX triplet: A1, 1E and B0. RGB value is (161,30,176). Sum of RGB (Red+Green+Blue) = 161+30+176=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 176 - color contains mainly: blue. Hex color #A11EB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11EB0 is #5EE14F. Grayscale: #555555. Windows color (decimal): -6218064 or 11542177. OLE color: 11542177.
HSL color Cylindrical-coordinate representation of color #A11EB0: hue angle of 293.84º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11EB0 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 30 | 176 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.31 |
| HSL | 293.84º | 0.71% | 0.4% | - |
| HSV(B) | 293.84º | 0.83% | 0.69% | - |
| XYZ | 23 | 11.64 | 42.11 | - |
| YUV | 85.81 | 178.9 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 176 | 0.09 | 0.83 | 0 | 0.31 | 293.84 | 0.71 | 0.4 |
| Hex | A1 | 1E | B0 | 9 | 53 | 0 | 1F | 126 | 47 | 28 |
| Octal | 241 | 36 | 260 | 11 | 123 | 0 | 37 | 446 | 107 | 50 |
| Binary | 10100001 | 11110 | 10110000 | 1001 | 1010011 | 0 | 11111 | 100100110 | 1000111 | 101000 |
Color Harmonies of #A11EB0
Complementary color
Monochromatic Colors of #A11EB0
Black with #A11EB0
Text Example
Text Example
White with #A11EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11EB0; }
p { color: rgb(161,30,176); }
H1.HeaderClassName
{
color: #A11EB0;
}
.AnyTagClassName
{
color: #A11EB0;
}
</style>
background-color css
<style>
a { background-color: #A11EB0; }
a { background-color: rgb(161,30,176); }
div.DivClassName
{
background-color: #A11EB0;
}
.BgClassName
{
background-color: #A11EB0;
}
</style>
border-color css
<style>
span { border-color: #A11EB0; }
span { border-color: rgb(161,30,176); }
td.TdClassName
{
border-color: #A11EB0;
}
.TagClassName
{
border-color: #A11EB0;
}
</style>