Shades of Dark Orchid #A127DF
Tints of Dark Orchid #A127DF
RGB
CMYK
RGB Variations
Color information
#A127DF (or 0xA127DF) is known color: Dark Orchid. HEX triplet: A1, 27 and DF. RGB value is (161,39,223). Sum of RGB (Red+Green+Blue) = 161+39+223=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #A127DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A127DF is #5ED820. Grayscale: #5F5F5F. Windows color (decimal): -6215713 or 14624673. OLE color: 14624673.
HSL color Cylindrical-coordinate representation of color #A127DF: hue angle of 279.78º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A127DF is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 39 | 223 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.13 |
| HSL | 279.78º | 0.74% | 0.51% | - |
| HSV(B) | 279.78º | 0.83% | 0.87% | - |
| XYZ | 28.74 | 14.36 | 71.07 | - |
| YUV | 96.45 | 199.42 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 223 | 0.28 | 0.83 | 0 | 0.13 | 279.78 | 0.74 | 0.51 |
| Hex | A1 | 27 | DF | 1C | 53 | 0 | D | 118 | 4A | 33 |
| Octal | 241 | 47 | 337 | 34 | 123 | 0 | 15 | 430 | 112 | 63 |
| Binary | 10100001 | 100111 | 11011111 | 11100 | 1010011 | 0 | 1101 | 100011000 | 1001010 | 110011 |
Color Harmonies of #A127DF
Complementary color
Monochromatic Colors of #A127DF
Black with #A127DF
Text Example
Text Example
White with #A127DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A127DF; }
p { color: rgb(161,39,223); }
H1.HeaderClassName
{
color: #A127DF;
}
.AnyTagClassName
{
color: #A127DF;
}
</style>
background-color css
<style>
a { background-color: #A127DF; }
a { background-color: rgb(161,39,223); }
div.DivClassName
{
background-color: #A127DF;
}
.BgClassName
{
background-color: #A127DF;
}
</style>
border-color css
<style>
span { border-color: #A127DF; }
span { border-color: rgb(161,39,223); }
td.TdClassName
{
border-color: #A127DF;
}
.TagClassName
{
border-color: #A127DF;
}
</style>