Shades of Dark Orchid #A11ACE
Tints of Dark Orchid #A11ACE
RGB
CMYK
RGB Variations
Color information
#A11ACE (or 0xA11ACE) is known color: Dark Orchid. HEX triplet: A1, 1A and CE. RGB value is (161,26,206). Sum of RGB (Red+Green+Blue) = 161+26+206=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #A11ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11ACE is #5EE531. Grayscale: #565656. Windows color (decimal): -6219058 or 13507233. OLE color: 13507233.
HSL color Cylindrical-coordinate representation of color #A11ACE: hue angle of 285º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11ACE is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 26 | 206 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.19 |
| HSL | 285º | 0.78% | 0.45% | - |
| HSV(B) | 285º | 0.87% | 0.81% | - |
| XYZ | 26.21 | 12.77 | 59.48 | - |
| YUV | 86.89 | 195.23 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 206 | 0.22 | 0.87 | 0 | 0.19 | 285 | 0.78 | 0.45 |
| Hex | A1 | 1A | CE | 16 | 57 | 0 | 13 | 11D | 4E | 2D |
| Octal | 241 | 32 | 316 | 26 | 127 | 0 | 23 | 435 | 116 | 55 |
| Binary | 10100001 | 11010 | 11001110 | 10110 | 1010111 | 0 | 10011 | 100011101 | 1001110 | 101101 |
Color Harmonies of #A11ACE
Complementary color
Monochromatic Colors of #A11ACE
Black with #A11ACE
Text Example
Text Example
White with #A11ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11ACE; }
p { color: rgb(161,26,206); }
H1.HeaderClassName
{
color: #A11ACE;
}
.AnyTagClassName
{
color: #A11ACE;
}
</style>
background-color css
<style>
a { background-color: #A11ACE; }
a { background-color: rgb(161,26,206); }
div.DivClassName
{
background-color: #A11ACE;
}
.BgClassName
{
background-color: #A11ACE;
}
</style>
border-color css
<style>
span { border-color: #A11ACE; }
span { border-color: rgb(161,26,206); }
td.TdClassName
{
border-color: #A11ACE;
}
.TagClassName
{
border-color: #A11ACE;
}
</style>