Shades of Dark Orchid #A149E2
Tints of Dark Orchid #A149E2
RGB
CMYK
RGB Variations
Color information
#A149E2 (or 0xA149E2) is known color: Dark Orchid. HEX triplet: A1, 49 and E2. RGB value is (161,73,226). Sum of RGB (Red+Green+Blue) = 161+73+226=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 226 (88.67% from 255 or 49.13% from 460); Max value from RGB is 226 - color contains mainly: blue. Hex color #A149E2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A149E2 is #5EB61D. Grayscale: #747474. Windows color (decimal): -6207006 or 14829985. OLE color: 14829985.
HSL color Cylindrical-coordinate representation of color #A149E2: hue angle of 274.51º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A149E2 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 73 | 226 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.11 |
| HSL | 274.51º | 0.73% | 0.59% | - |
| HSV(B) | 274.51º | 0.68% | 0.89% | - |
| XYZ | 30.81 | 17.83 | 73.77 | - |
| YUV | 116.75 | 189.65 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 226 | 0.29 | 0.68 | 0 | 0.11 | 274.51 | 0.73 | 0.59 |
| Hex | A1 | 49 | E2 | 1D | 44 | 0 | B | 113 | 49 | 3B |
| Octal | 241 | 111 | 342 | 35 | 104 | 0 | 13 | 423 | 111 | 73 |
| Binary | 10100001 | 1001001 | 11100010 | 11101 | 1000100 | 0 | 1011 | 100010011 | 1001001 | 111011 |
Color Harmonies of #A149E2
Complementary color
Monochromatic Colors of #A149E2
Black with #A149E2
Text Example
Text Example
White with #A149E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A149E2; }
p { color: rgb(161,73,226); }
H1.HeaderClassName
{
color: #A149E2;
}
.AnyTagClassName
{
color: #A149E2;
}
</style>
background-color css
<style>
a { background-color: #A149E2; }
a { background-color: rgb(161,73,226); }
div.DivClassName
{
background-color: #A149E2;
}
.BgClassName
{
background-color: #A149E2;
}
</style>
border-color css
<style>
span { border-color: #A149E2; }
span { border-color: rgb(161,73,226); }
td.TdClassName
{
border-color: #A149E2;
}
.TagClassName
{
border-color: #A149E2;
}
</style>