Shades of Dark Orchid #A91EE1
Tints of Dark Orchid #A91EE1
RGB
CMYK
RGB Variations
Color information
#A91EE1 (or 0xA91EE1) is known color: Dark Orchid. HEX triplet: A9, 1E and E1. RGB value is (169,30,225). Sum of RGB (Red+Green+Blue) = 169+30+225=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 225 (88.28% from 255 or 53.07% from 424); Max value from RGB is 225 - color contains mainly: blue. Hex color #A91EE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91EE1 is #56E11E. Grayscale: #5D5D5D. Windows color (decimal): -5693727 or 14753449. OLE color: 14753449.
HSL color Cylindrical-coordinate representation of color #A91EE1: hue angle of 282.77º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91EE1 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 30 | 225 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.12 |
| HSL | 282.77º | 0.76% | 0.5% | - |
| HSV(B) | 282.77º | 0.87% | 0.88% | - |
| XYZ | 30.42 | 14.8 | 72.49 | - |
| YUV | 93.79 | 202.05 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 225 | 0.25 | 0.87 | 0 | 0.12 | 282.77 | 0.76 | 0.5 |
| Hex | A9 | 1E | E1 | 19 | 57 | 0 | C | 11B | 4C | 32 |
| Octal | 251 | 36 | 341 | 31 | 127 | 0 | 14 | 433 | 114 | 62 |
| Binary | 10101001 | 11110 | 11100001 | 11001 | 1010111 | 0 | 1100 | 100011011 | 1001100 | 110010 |
Color Harmonies of #A91EE1
Complementary color
Monochromatic Colors of #A91EE1
Black with #A91EE1
Text Example
Text Example
White with #A91EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91EE1; }
p { color: rgb(169,30,225); }
H1.HeaderClassName
{
color: #A91EE1;
}
.AnyTagClassName
{
color: #A91EE1;
}
</style>
background-color css
<style>
a { background-color: #A91EE1; }
a { background-color: rgb(169,30,225); }
div.DivClassName
{
background-color: #A91EE1;
}
.BgClassName
{
background-color: #A91EE1;
}
</style>
border-color css
<style>
span { border-color: #A91EE1; }
span { border-color: rgb(169,30,225); }
td.TdClassName
{
border-color: #A91EE1;
}
.TagClassName
{
border-color: #A91EE1;
}
</style>