Shades of Dark Orchid #A127D1
Tints of Dark Orchid #A127D1
RGB
CMYK
RGB Variations
Color information
#A127D1 (or 0xA127D1) is known color: Dark Orchid. HEX triplet: A1, 27 and D1. RGB value is (161,39,209). Sum of RGB (Red+Green+Blue) = 161+39+209=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 209 (82.03% from 255 or 51.10% from 409); Max value from RGB is 209 - color contains mainly: blue. Hex color #A127D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A127D1 is #5ED82E. Grayscale: #5E5E5E. Windows color (decimal): -6215727 or 13707169. OLE color: 13707169.
HSL color Cylindrical-coordinate representation of color #A127D1: hue angle of 283.06º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A127D1 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 39 | 209 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.18 |
| HSL | 283.06º | 0.69% | 0.49% | - |
| HSV(B) | 283.06º | 0.81% | 0.82% | - |
| XYZ | 26.93 | 13.63 | 61.53 | - |
| YUV | 94.86 | 192.42 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 209 | 0.23 | 0.81 | 0 | 0.18 | 283.06 | 0.69 | 0.49 |
| Hex | A1 | 27 | D1 | 17 | 51 | 0 | 12 | 11B | 45 | 31 |
| Octal | 241 | 47 | 321 | 27 | 121 | 0 | 22 | 433 | 105 | 61 |
| Binary | 10100001 | 100111 | 11010001 | 10111 | 1010001 | 0 | 10010 | 100011011 | 1000101 | 110001 |
Color Harmonies of #A127D1
Complementary color
Monochromatic Colors of #A127D1
Black with #A127D1
Text Example
Text Example
White with #A127D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A127D1; }
p { color: rgb(161,39,209); }
H1.HeaderClassName
{
color: #A127D1;
}
.AnyTagClassName
{
color: #A127D1;
}
</style>
background-color css
<style>
a { background-color: #A127D1; }
a { background-color: rgb(161,39,209); }
div.DivClassName
{
background-color: #A127D1;
}
.BgClassName
{
background-color: #A127D1;
}
</style>
border-color css
<style>
span { border-color: #A127D1; }
span { border-color: rgb(161,39,209); }
td.TdClassName
{
border-color: #A127D1;
}
.TagClassName
{
border-color: #A127D1;
}
</style>