Shades of Dark Orchid #A11DB4
Tints of Dark Orchid #A11DB4
RGB
CMYK
RGB Variations
Color information
#A11DB4 (or 0xA11DB4) is known color: Dark Orchid. HEX triplet: A1, 1D and B4. RGB value is (161,29,180). Sum of RGB (Red+Green+Blue) = 161+29+180=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #A11DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11DB4 is #5EE24B. Grayscale: #555555. Windows color (decimal): -6218316 or 11804065. OLE color: 11804065.
HSL color Cylindrical-coordinate representation of color #A11DB4: hue angle of 292.45º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11DB4 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 29 | 180 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.29 |
| HSL | 292.45º | 0.72% | 0.41% | - |
| HSV(B) | 292.45º | 0.84% | 0.71% | - |
| XYZ | 23.38 | 11.75 | 44.22 | - |
| YUV | 85.68 | 181.23 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 180 | 0.11 | 0.84 | 0 | 0.29 | 292.45 | 0.72 | 0.41 |
| Hex | A1 | 1D | B4 | B | 54 | 0 | 1D | 124 | 48 | 29 |
| Octal | 241 | 35 | 264 | 13 | 124 | 0 | 35 | 444 | 110 | 51 |
| Binary | 10100001 | 11101 | 10110100 | 1011 | 1010100 | 0 | 11101 | 100100100 | 1001000 | 101001 |
Color Harmonies of #A11DB4
Complementary color
Monochromatic Colors of #A11DB4
Black with #A11DB4
Text Example
Text Example
White with #A11DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11DB4; }
p { color: rgb(161,29,180); }
H1.HeaderClassName
{
color: #A11DB4;
}
.AnyTagClassName
{
color: #A11DB4;
}
</style>
background-color css
<style>
a { background-color: #A11DB4; }
a { background-color: rgb(161,29,180); }
div.DivClassName
{
background-color: #A11DB4;
}
.BgClassName
{
background-color: #A11DB4;
}
</style>
border-color css
<style>
span { border-color: #A11DB4; }
span { border-color: rgb(161,29,180); }
td.TdClassName
{
border-color: #A11DB4;
}
.TagClassName
{
border-color: #A11DB4;
}
</style>