Shades of Dark Orchid #A11AC0
Tints of Dark Orchid #A11AC0
RGB
CMYK
RGB Variations
Color information
#A11AC0 (or 0xA11AC0) is known color: Dark Orchid. HEX triplet: A1, 1A and C0. RGB value is (161,26,192). Sum of RGB (Red+Green+Blue) = 161+26+192=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #A11AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11AC0 is #5EE53F. Grayscale: #545454. Windows color (decimal): -6219072 or 12589729. OLE color: 12589729.
HSL color Cylindrical-coordinate representation of color #A11AC0: hue angle of 288.8º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11AC0 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 26 | 192 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.25 |
| HSL | 288.8º | 0.76% | 0.43% | - |
| HSV(B) | 288.8º | 0.86% | 0.75% | - |
| XYZ | 24.58 | 12.12 | 50.91 | - |
| YUV | 85.29 | 188.23 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 192 | 0.16 | 0.86 | 0 | 0.25 | 288.8 | 0.76 | 0.43 |
| Hex | A1 | 1A | C0 | 10 | 56 | 0 | 19 | 121 | 4C | 2B |
| Octal | 241 | 32 | 300 | 20 | 126 | 0 | 31 | 441 | 114 | 53 |
| Binary | 10100001 | 11010 | 11000000 | 10000 | 1010110 | 0 | 11001 | 100100001 | 1001100 | 101011 |
Color Harmonies of #A11AC0
Complementary color
Monochromatic Colors of #A11AC0
Black with #A11AC0
Text Example
Text Example
White with #A11AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11AC0; }
p { color: rgb(161,26,192); }
H1.HeaderClassName
{
color: #A11AC0;
}
.AnyTagClassName
{
color: #A11AC0;
}
</style>
background-color css
<style>
a { background-color: #A11AC0; }
a { background-color: rgb(161,26,192); }
div.DivClassName
{
background-color: #A11AC0;
}
.BgClassName
{
background-color: #A11AC0;
}
</style>
border-color css
<style>
span { border-color: #A11AC0; }
span { border-color: rgb(161,26,192); }
td.TdClassName
{
border-color: #A11AC0;
}
.TagClassName
{
border-color: #A11AC0;
}
</style>