Shades of Dark Orchid #A11ACC
Tints of Dark Orchid #A11ACC
RGB
CMYK
RGB Variations
Color information
#A11ACC (or 0xA11ACC) is known color: Dark Orchid. HEX triplet: A1, 1A and CC. RGB value is (161,26,204). Sum of RGB (Red+Green+Blue) = 161+26+204=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #A11ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11ACC is #5EE533. Grayscale: #565656. Windows color (decimal): -6219060 or 13376161. OLE color: 13376161.
HSL color Cylindrical-coordinate representation of color #A11ACC: hue angle of 285.51º 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 #A11ACC is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 26 | 204 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.2 |
| HSL | 285.51º | 0.77% | 0.45% | - |
| HSV(B) | 285.51º | 0.87% | 0.8% | - |
| XYZ | 25.97 | 12.68 | 58.2 | - |
| YUV | 86.66 | 194.23 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 204 | 0.21 | 0.87 | 0 | 0.2 | 285.51 | 0.77 | 0.45 |
| Hex | A1 | 1A | CC | 15 | 57 | 0 | 14 | 11E | 4D | 2D |
| Octal | 241 | 32 | 314 | 25 | 127 | 0 | 24 | 436 | 115 | 55 |
| Binary | 10100001 | 11010 | 11001100 | 10101 | 1010111 | 0 | 10100 | 100011110 | 1001101 | 101101 |
Color Harmonies of #A11ACC
Complementary color
Monochromatic Colors of #A11ACC
Black with #A11ACC
Text Example
Text Example
White with #A11ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11ACC; }
p { color: rgb(161,26,204); }
H1.HeaderClassName
{
color: #A11ACC;
}
.AnyTagClassName
{
color: #A11ACC;
}
</style>
background-color css
<style>
a { background-color: #A11ACC; }
a { background-color: rgb(161,26,204); }
div.DivClassName
{
background-color: #A11ACC;
}
.BgClassName
{
background-color: #A11ACC;
}
</style>
border-color css
<style>
span { border-color: #A11ACC; }
span { border-color: rgb(161,26,204); }
td.TdClassName
{
border-color: #A11ACC;
}
.TagClassName
{
border-color: #A11ACC;
}
</style>