Shades of Dark Orchid #A81EC1
Tints of Dark Orchid #A81EC1
RGB
CMYK
RGB Variations
Color information
#A81EC1 (or 0xA81EC1) is known color: Dark Orchid. HEX triplet: A8, 1E and C1. RGB value is (168,30,193). Sum of RGB (Red+Green+Blue) = 168+30+193=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #A81EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81EC1 is #57E13E. Grayscale: #595959. Windows color (decimal): -5759295 or 12656296. OLE color: 12656296.
HSL color Cylindrical-coordinate representation of color #A81EC1: hue angle of 290.8º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81EC1 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 30 | 193 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.24 |
| HSL | 290.8º | 0.73% | 0.44% | - |
| HSV(B) | 290.8º | 0.84% | 0.76% | - |
| XYZ | 26.24 | 13.1 | 51.6 | - |
| YUV | 89.84 | 186.22 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 30 | 193 | 0.13 | 0.84 | 0 | 0.24 | 290.8 | 0.73 | 0.44 |
| Hex | A8 | 1E | C1 | D | 54 | 0 | 18 | 123 | 49 | 2C |
| Octal | 250 | 36 | 301 | 15 | 124 | 0 | 30 | 443 | 111 | 54 |
| Binary | 10101000 | 11110 | 11000001 | 1101 | 1010100 | 0 | 11000 | 100100011 | 1001001 | 101100 |
Color Harmonies of #A81EC1
Complementary color
Monochromatic Colors of #A81EC1
Black with #A81EC1
Text Example
Text Example
White with #A81EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81EC1; }
p { color: rgb(168,30,193); }
H1.HeaderClassName
{
color: #A81EC1;
}
.AnyTagClassName
{
color: #A81EC1;
}
</style>
background-color css
<style>
a { background-color: #A81EC1; }
a { background-color: rgb(168,30,193); }
div.DivClassName
{
background-color: #A81EC1;
}
.BgClassName
{
background-color: #A81EC1;
}
</style>
border-color css
<style>
span { border-color: #A81EC1; }
span { border-color: rgb(168,30,193); }
td.TdClassName
{
border-color: #A81EC1;
}
.TagClassName
{
border-color: #A81EC1;
}
</style>