Shades of Dark Orchid #A11ACB
Tints of Dark Orchid #A11ACB
RGB
CMYK
RGB Variations
Color information
#A11ACB (or 0xA11ACB) is known color: Dark Orchid. HEX triplet: A1, 1A and CB. RGB value is (161,26,203). Sum of RGB (Red+Green+Blue) = 161+26+203=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #A11ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11ACB is #5EE534. Grayscale: #555555. Windows color (decimal): -6219061 or 13310625. OLE color: 13310625.
HSL color Cylindrical-coordinate representation of color #A11ACB: hue angle of 285.76º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11ACB is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 26 | 203 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.20 |
| HSL | 285.76º | 0.77% | 0.45% | - |
| HSV(B) | 285.76º | 0.87% | 0.8% | - |
| XYZ | 25.85 | 12.63 | 57.58 | - |
| YUV | 86.54 | 193.73 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 203 | 0.21 | 0.87 | 0 | 0.20 | 285.76 | 0.77 | 0.45 |
| Hex | A1 | 1A | CB | 15 | 57 | 0 | 14 | 11E | 4D | 2D |
| Octal | 241 | 32 | 313 | 25 | 127 | 0 | 24 | 436 | 115 | 55 |
| Binary | 10100001 | 11010 | 11001011 | 10101 | 1010111 | 0 | 10100 | 100011110 | 1001101 | 101101 |
Color Harmonies of #A11ACB
Complementary color
Monochromatic Colors of #A11ACB
Black with #A11ACB
Text Example
Text Example
White with #A11ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11ACB; }
p { color: rgb(161,26,203); }
H1.HeaderClassName
{
color: #A11ACB;
}
.AnyTagClassName
{
color: #A11ACB;
}
</style>
background-color css
<style>
a { background-color: #A11ACB; }
a { background-color: rgb(161,26,203); }
div.DivClassName
{
background-color: #A11ACB;
}
.BgClassName
{
background-color: #A11ACB;
}
</style>
border-color css
<style>
span { border-color: #A11ACB; }
span { border-color: rgb(161,26,203); }
td.TdClassName
{
border-color: #A11ACB;
}
.TagClassName
{
border-color: #A11ACB;
}
</style>