Shades of Dark Orchid #A91EE0
Tints of Dark Orchid #A91EE0
RGB
CMYK
RGB Variations
Color information
#A91EE0 (or 0xA91EE0) is known color: Dark Orchid. HEX triplet: A9, 1E and E0. RGB value is (169,30,224). Sum of RGB (Red+Green+Blue) = 169+30+224=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #A91EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91EE0 is #56E11F. Grayscale: #5D5D5D. Windows color (decimal): -5693728 or 14687913. OLE color: 14687913.
HSL color Cylindrical-coordinate representation of color #A91EE0: hue angle of 282.99º 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 #A91EE0 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 30 | 224 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.12 |
| HSL | 282.99º | 0.76% | 0.5% | - |
| HSV(B) | 282.99º | 0.87% | 0.88% | - |
| XYZ | 30.28 | 14.75 | 71.77 | - |
| YUV | 93.68 | 201.55 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 224 | 0.25 | 0.87 | 0 | 0.12 | 282.99 | 0.76 | 0.5 |
| Hex | A9 | 1E | E0 | 19 | 57 | 0 | C | 11B | 4C | 32 |
| Octal | 251 | 36 | 340 | 31 | 127 | 0 | 14 | 433 | 114 | 62 |
| Binary | 10101001 | 11110 | 11100000 | 11001 | 1010111 | 0 | 1100 | 100011011 | 1001100 | 110010 |
Color Harmonies of #A91EE0
Complementary color
Monochromatic Colors of #A91EE0
Black with #A91EE0
Text Example
Text Example
White with #A91EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91EE0; }
p { color: rgb(169,30,224); }
H1.HeaderClassName
{
color: #A91EE0;
}
.AnyTagClassName
{
color: #A91EE0;
}
</style>
background-color css
<style>
a { background-color: #A91EE0; }
a { background-color: rgb(169,30,224); }
div.DivClassName
{
background-color: #A91EE0;
}
.BgClassName
{
background-color: #A91EE0;
}
</style>
border-color css
<style>
span { border-color: #A91EE0; }
span { border-color: rgb(169,30,224); }
td.TdClassName
{
border-color: #A91EE0;
}
.TagClassName
{
border-color: #A91EE0;
}
</style>