Shades of Dark Orchid #A127DE
Tints of Dark Orchid #A127DE
RGB
CMYK
RGB Variations
Color information
#A127DE (or 0xA127DE) is known color: Dark Orchid. HEX triplet: A1, 27 and DE. RGB value is (161,39,222). Sum of RGB (Red+Green+Blue) = 161+39+222=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #A127DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A127DE is #5ED821. Grayscale: #5F5F5F. Windows color (decimal): -6215714 or 14559137. OLE color: 14559137.
HSL color Cylindrical-coordinate representation of color #A127DE: hue angle of 280º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A127DE is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 39 | 222 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.13 |
| HSL | 280º | 0.73% | 0.51% | - |
| HSV(B) | 280º | 0.82% | 0.87% | - |
| XYZ | 28.61 | 14.3 | 70.36 | - |
| YUV | 96.34 | 198.92 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 222 | 0.27 | 0.82 | 0 | 0.13 | 280 | 0.73 | 0.51 |
| Hex | A1 | 27 | DE | 1B | 52 | 0 | D | 118 | 49 | 33 |
| Octal | 241 | 47 | 336 | 33 | 122 | 0 | 15 | 430 | 111 | 63 |
| Binary | 10100001 | 100111 | 11011110 | 11011 | 1010010 | 0 | 1101 | 100011000 | 1001001 | 110011 |
Color Harmonies of #A127DE
Complementary color
Monochromatic Colors of #A127DE
Black with #A127DE
Text Example
Text Example
White with #A127DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A127DE; }
p { color: rgb(161,39,222); }
H1.HeaderClassName
{
color: #A127DE;
}
.AnyTagClassName
{
color: #A127DE;
}
</style>
background-color css
<style>
a { background-color: #A127DE; }
a { background-color: rgb(161,39,222); }
div.DivClassName
{
background-color: #A127DE;
}
.BgClassName
{
background-color: #A127DE;
}
</style>
border-color css
<style>
span { border-color: #A127DE; }
span { border-color: rgb(161,39,222); }
td.TdClassName
{
border-color: #A127DE;
}
.TagClassName
{
border-color: #A127DE;
}
</style>