Shades of Dark Orchid #A11ECA
Tints of Dark Orchid #A11ECA
RGB
CMYK
RGB Variations
Color information
#A11ECA (or 0xA11ECA) is known color: Dark Orchid. HEX triplet: A1, 1E and CA. RGB value is (161,30,202). Sum of RGB (Red+Green+Blue) = 161+30+202=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #A11ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11ECA is #5EE135. Grayscale: #585858. Windows color (decimal): -6218038 or 13246113. OLE color: 13246113.
HSL color Cylindrical-coordinate representation of color #A11ECA: hue angle of 285.7º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11ECA is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 30 | 202 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.21 |
| HSL | 285.7º | 0.74% | 0.45% | - |
| HSV(B) | 285.7º | 0.85% | 0.79% | - |
| XYZ | 25.82 | 12.77 | 56.98 | - |
| YUV | 88.78 | 191.9 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 202 | 0.20 | 0.85 | 0 | 0.21 | 285.7 | 0.74 | 0.45 |
| Hex | A1 | 1E | CA | 14 | 55 | 0 | 15 | 11E | 4A | 2D |
| Octal | 241 | 36 | 312 | 24 | 125 | 0 | 25 | 436 | 112 | 55 |
| Binary | 10100001 | 11110 | 11001010 | 10100 | 1010101 | 0 | 10101 | 100011110 | 1001010 | 101101 |
Color Harmonies of #A11ECA
Complementary color
Monochromatic Colors of #A11ECA
Black with #A11ECA
Text Example
Text Example
White with #A11ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11ECA; }
p { color: rgb(161,30,202); }
H1.HeaderClassName
{
color: #A11ECA;
}
.AnyTagClassName
{
color: #A11ECA;
}
</style>
background-color css
<style>
a { background-color: #A11ECA; }
a { background-color: rgb(161,30,202); }
div.DivClassName
{
background-color: #A11ECA;
}
.BgClassName
{
background-color: #A11ECA;
}
</style>
border-color css
<style>
span { border-color: #A11ECA; }
span { border-color: rgb(161,30,202); }
td.TdClassName
{
border-color: #A11ECA;
}
.TagClassName
{
border-color: #A11ECA;
}
</style>