Shades of Dark Orchid #A91EC1
Tints of Dark Orchid #A91EC1
RGB
CMYK
RGB Variations
Color information
#A91EC1 (or 0xA91EC1) is known color: Dark Orchid. HEX triplet: A9, 1E and C1. RGB value is (169,30,193). Sum of RGB (Red+Green+Blue) = 169+30+193=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #A91EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91EC1 is #56E13E. Grayscale: #595959. Windows color (decimal): -5693759 or 12656297. OLE color: 12656297.
HSL color Cylindrical-coordinate representation of color #A91EC1: hue angle of 291.17º 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 #A91EC1 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 30 | 193 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.24 |
| HSL | 291.17º | 0.73% | 0.44% | - |
| HSV(B) | 291.17º | 0.84% | 0.76% | - |
| XYZ | 26.45 | 13.21 | 51.61 | - |
| YUV | 90.14 | 186.05 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 193 | 0.12 | 0.84 | 0 | 0.24 | 291.17 | 0.73 | 0.44 |
| Hex | A9 | 1E | C1 | C | 54 | 0 | 18 | 123 | 49 | 2C |
| Octal | 251 | 36 | 301 | 14 | 124 | 0 | 30 | 443 | 111 | 54 |
| Binary | 10101001 | 11110 | 11000001 | 1100 | 1010100 | 0 | 11000 | 100100011 | 1001001 | 101100 |
Color Harmonies of #A91EC1
Complementary color
Monochromatic Colors of #A91EC1
Black with #A91EC1
Text Example
Text Example
White with #A91EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91EC1; }
p { color: rgb(169,30,193); }
H1.HeaderClassName
{
color: #A91EC1;
}
.AnyTagClassName
{
color: #A91EC1;
}
</style>
background-color css
<style>
a { background-color: #A91EC1; }
a { background-color: rgb(169,30,193); }
div.DivClassName
{
background-color: #A91EC1;
}
.BgClassName
{
background-color: #A91EC1;
}
</style>
border-color css
<style>
span { border-color: #A91EC1; }
span { border-color: rgb(169,30,193); }
td.TdClassName
{
border-color: #A91EC1;
}
.TagClassName
{
border-color: #A91EC1;
}
</style>