Shades of Dark Orchid #A127C1
Tints of Dark Orchid #A127C1
RGB
CMYK
RGB Variations
Color information
#A127C1 (or 0xA127C1) is known color: Dark Orchid. HEX triplet: A1, 27 and C1. RGB value is (161,39,193). Sum of RGB (Red+Green+Blue) = 161+39+193=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #A127C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A127C1 is #5ED83E. Grayscale: #5C5C5C. Windows color (decimal): -6215743 or 12658593. OLE color: 12658593.
HSL color Cylindrical-coordinate representation of color #A127C1: hue angle of 287.53º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A127C1 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 39 | 193 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.24 |
| HSL | 287.53º | 0.66% | 0.45% | - |
| HSV(B) | 287.53º | 0.8% | 0.76% | - |
| XYZ | 25.05 | 12.88 | 51.62 | - |
| YUV | 93.03 | 184.42 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 193 | 0.17 | 0.80 | 0 | 0.24 | 287.53 | 0.66 | 0.45 |
| Hex | A1 | 27 | C1 | 11 | 50 | 0 | 18 | 120 | 42 | 2D |
| Octal | 241 | 47 | 301 | 21 | 120 | 0 | 30 | 440 | 102 | 55 |
| Binary | 10100001 | 100111 | 11000001 | 10001 | 1010000 | 0 | 11000 | 100100000 | 1000010 | 101101 |
Color Harmonies of #A127C1
Complementary color
Monochromatic Colors of #A127C1
Black with #A127C1
Text Example
Text Example
White with #A127C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A127C1; }
p { color: rgb(161,39,193); }
H1.HeaderClassName
{
color: #A127C1;
}
.AnyTagClassName
{
color: #A127C1;
}
</style>
background-color css
<style>
a { background-color: #A127C1; }
a { background-color: rgb(161,39,193); }
div.DivClassName
{
background-color: #A127C1;
}
.BgClassName
{
background-color: #A127C1;
}
</style>
border-color css
<style>
span { border-color: #A127C1; }
span { border-color: rgb(161,39,193); }
td.TdClassName
{
border-color: #A127C1;
}
.TagClassName
{
border-color: #A127C1;
}
</style>