Shades of Dark Orchid #A11DAB
Tints of Dark Orchid #A11DAB
RGB
CMYK
RGB Variations
Color information
#A11DAB (or 0xA11DAB) is known color: Dark Orchid. HEX triplet: A1, 1D and AB. RGB value is (161,29,171). Sum of RGB (Red+Green+Blue) = 161+29+171=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #A11DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11DAB is #5EE254. Grayscale: #545454. Windows color (decimal): -6218325 or 11214241. OLE color: 11214241.
HSL color Cylindrical-coordinate representation of color #A11DAB: hue angle of 295.77º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11DAB is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 29 | 171 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.33 |
| HSL | 295.77º | 0.71% | 0.39% | - |
| HSV(B) | 295.77º | 0.83% | 0.67% | - |
| XYZ | 22.49 | 11.4 | 39.54 | - |
| YUV | 84.66 | 176.73 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 171 | 0.06 | 0.83 | 0 | 0.33 | 295.77 | 0.71 | 0.39 |
| Hex | A1 | 1D | AB | 6 | 53 | 0 | 21 | 128 | 47 | 27 |
| Octal | 241 | 35 | 253 | 6 | 123 | 0 | 41 | 450 | 107 | 47 |
| Binary | 10100001 | 11101 | 10101011 | 110 | 1010011 | 0 | 100001 | 100101000 | 1000111 | 100111 |
Color Harmonies of #A11DAB
Complementary color
Monochromatic Colors of #A11DAB
Black with #A11DAB
Text Example
Text Example
White with #A11DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11DAB; }
p { color: rgb(161,29,171); }
H1.HeaderClassName
{
color: #A11DAB;
}
.AnyTagClassName
{
color: #A11DAB;
}
</style>
background-color css
<style>
a { background-color: #A11DAB; }
a { background-color: rgb(161,29,171); }
div.DivClassName
{
background-color: #A11DAB;
}
.BgClassName
{
background-color: #A11DAB;
}
</style>
border-color css
<style>
span { border-color: #A11DAB; }
span { border-color: rgb(161,29,171); }
td.TdClassName
{
border-color: #A11DAB;
}
.TagClassName
{
border-color: #A11DAB;
}
</style>