Shades of Dark Orchid #A139E1
Tints of Dark Orchid #A139E1
RGB
CMYK
RGB Variations
Color information
#A139E1 (or 0xA139E1) is known color: Dark Orchid. HEX triplet: A1, 39 and E1. RGB value is (161,57,225). Sum of RGB (Red+Green+Blue) = 161+57+225=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 225 (88.28% from 255 or 50.79% from 443); Max value from RGB is 225 - color contains mainly: blue. Hex color #A139E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A139E1 is #5EC61E. Grayscale: #6A6A6A. Windows color (decimal): -6211103 or 14760353. OLE color: 14760353.
HSL color Cylindrical-coordinate representation of color #A139E1: hue angle of 277.14º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A139E1 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 57 | 225 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.12 |
| HSL | 277.14º | 0.74% | 0.55% | - |
| HSV(B) | 277.14º | 0.75% | 0.88% | - |
| XYZ | 29.75 | 15.94 | 72.74 | - |
| YUV | 107.25 | 194.46 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 225 | 0.28 | 0.75 | 0 | 0.12 | 277.14 | 0.74 | 0.55 |
| Hex | A1 | 39 | E1 | 1C | 4B | 0 | C | 115 | 4A | 37 |
| Octal | 241 | 71 | 341 | 34 | 113 | 0 | 14 | 425 | 112 | 67 |
| Binary | 10100001 | 111001 | 11100001 | 11100 | 1001011 | 0 | 1100 | 100010101 | 1001010 | 110111 |
Color Harmonies of #A139E1
Complementary color
Monochromatic Colors of #A139E1
Black with #A139E1
Text Example
Text Example
White with #A139E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A139E1; }
p { color: rgb(161,57,225); }
H1.HeaderClassName
{
color: #A139E1;
}
.AnyTagClassName
{
color: #A139E1;
}
</style>
background-color css
<style>
a { background-color: #A139E1; }
a { background-color: rgb(161,57,225); }
div.DivClassName
{
background-color: #A139E1;
}
.BgClassName
{
background-color: #A139E1;
}
</style>
border-color css
<style>
span { border-color: #A139E1; }
span { border-color: rgb(161,57,225); }
td.TdClassName
{
border-color: #A139E1;
}
.TagClassName
{
border-color: #A139E1;
}
</style>