Shades of Dark Orchid #A127BA
Tints of Dark Orchid #A127BA
RGB
CMYK
RGB Variations
Color information
#A127BA (or 0xA127BA) is known color: Dark Orchid. HEX triplet: A1, 27 and BA. RGB value is (161,39,186). Sum of RGB (Red+Green+Blue) = 161+39+186=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #A127BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A127BA is #5ED845. Grayscale: #5B5B5B. Windows color (decimal): -6215750 or 12199841. OLE color: 12199841.
HSL color Cylindrical-coordinate representation of color #A127BA: hue angle of 289.8º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A127BA is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 39 | 186 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.27 |
| HSL | 289.8º | 0.65% | 0.44% | - |
| HSV(B) | 289.8º | 0.79% | 0.73% | - |
| XYZ | 24.29 | 12.57 | 47.6 | - |
| YUV | 92.24 | 180.92 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 186 | 0.13 | 0.79 | 0 | 0.27 | 289.8 | 0.65 | 0.44 |
| Hex | A1 | 27 | BA | D | 4F | 0 | 1B | 122 | 41 | 2C |
| Octal | 241 | 47 | 272 | 15 | 117 | 0 | 33 | 442 | 101 | 54 |
| Binary | 10100001 | 100111 | 10111010 | 1101 | 1001111 | 0 | 11011 | 100100010 | 1000001 | 101100 |
Color Harmonies of #A127BA
Complementary color
Monochromatic Colors of #A127BA
Black with #A127BA
Text Example
Text Example
White with #A127BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A127BA; }
p { color: rgb(161,39,186); }
H1.HeaderClassName
{
color: #A127BA;
}
.AnyTagClassName
{
color: #A127BA;
}
</style>
background-color css
<style>
a { background-color: #A127BA; }
a { background-color: rgb(161,39,186); }
div.DivClassName
{
background-color: #A127BA;
}
.BgClassName
{
background-color: #A127BA;
}
</style>
border-color css
<style>
span { border-color: #A127BA; }
span { border-color: rgb(161,39,186); }
td.TdClassName
{
border-color: #A127BA;
}
.TagClassName
{
border-color: #A127BA;
}
</style>