Shades of Dark Orchid #A127D2
Tints of Dark Orchid #A127D2
RGB
CMYK
RGB Variations
Color information
#A127D2 (or 0xA127D2) is known color: Dark Orchid. HEX triplet: A1, 27 and D2. RGB value is (161,39,210). Sum of RGB (Red+Green+Blue) = 161+39+210=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 210 (82.42% from 255 or 51.22% from 410); Max value from RGB is 210 - color contains mainly: blue. Hex color #A127D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A127D2 is #5ED82D. Grayscale: #5E5E5E. Windows color (decimal): -6215726 or 13772705. OLE color: 13772705.
HSL color Cylindrical-coordinate representation of color #A127D2: hue angle of 282.81º 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 #A127D2 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 39 | 210 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.18 |
| HSL | 282.81º | 0.69% | 0.49% | - |
| HSV(B) | 282.81º | 0.81% | 0.82% | - |
| XYZ | 27.06 | 13.68 | 62.19 | - |
| YUV | 94.97 | 192.92 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 210 | 0.23 | 0.81 | 0 | 0.18 | 282.81 | 0.69 | 0.49 |
| Hex | A1 | 27 | D2 | 17 | 51 | 0 | 12 | 11B | 45 | 31 |
| Octal | 241 | 47 | 322 | 27 | 121 | 0 | 22 | 433 | 105 | 61 |
| Binary | 10100001 | 100111 | 11010010 | 10111 | 1010001 | 0 | 10010 | 100011011 | 1000101 | 110001 |
Color Harmonies of #A127D2
Complementary color
Monochromatic Colors of #A127D2
Black with #A127D2
Text Example
Text Example
White with #A127D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A127D2; }
p { color: rgb(161,39,210); }
H1.HeaderClassName
{
color: #A127D2;
}
.AnyTagClassName
{
color: #A127D2;
}
</style>
background-color css
<style>
a { background-color: #A127D2; }
a { background-color: rgb(161,39,210); }
div.DivClassName
{
background-color: #A127D2;
}
.BgClassName
{
background-color: #A127D2;
}
</style>
border-color css
<style>
span { border-color: #A127D2; }
span { border-color: rgb(161,39,210); }
td.TdClassName
{
border-color: #A127D2;
}
.TagClassName
{
border-color: #A127D2;
}
</style>