Shades of Dark Orchid #A127CE
Tints of Dark Orchid #A127CE
RGB
CMYK
RGB Variations
Color information
#A127CE (or 0xA127CE) is known color: Dark Orchid. HEX triplet: A1, 27 and CE. RGB value is (161,39,206). Sum of RGB (Red+Green+Blue) = 161+39+206=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #A127CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A127CE is #5ED831. Grayscale: #5D5D5D. Windows color (decimal): -6215730 or 13510561. OLE color: 13510561.
HSL color Cylindrical-coordinate representation of color #A127CE: hue angle of 283.83º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A127CE is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 39 | 206 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.19 |
| HSL | 283.83º | 0.68% | 0.48% | - |
| HSV(B) | 283.83º | 0.81% | 0.81% | - |
| XYZ | 26.56 | 13.48 | 59.6 | - |
| YUV | 94.52 | 190.92 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 206 | 0.22 | 0.81 | 0 | 0.19 | 283.83 | 0.68 | 0.48 |
| Hex | A1 | 27 | CE | 16 | 51 | 0 | 13 | 11C | 44 | 30 |
| Octal | 241 | 47 | 316 | 26 | 121 | 0 | 23 | 434 | 104 | 60 |
| Binary | 10100001 | 100111 | 11001110 | 10110 | 1010001 | 0 | 10011 | 100011100 | 1000100 | 110000 |
Color Harmonies of #A127CE
Complementary color
Monochromatic Colors of #A127CE
Black with #A127CE
Text Example
Text Example
White with #A127CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A127CE; }
p { color: rgb(161,39,206); }
H1.HeaderClassName
{
color: #A127CE;
}
.AnyTagClassName
{
color: #A127CE;
}
</style>
background-color css
<style>
a { background-color: #A127CE; }
a { background-color: rgb(161,39,206); }
div.DivClassName
{
background-color: #A127CE;
}
.BgClassName
{
background-color: #A127CE;
}
</style>
border-color css
<style>
span { border-color: #A127CE; }
span { border-color: rgb(161,39,206); }
td.TdClassName
{
border-color: #A127CE;
}
.TagClassName
{
border-color: #A127CE;
}
</style>