Shades of Dark Orchid #A91EDC
Tints of Dark Orchid #A91EDC
RGB
CMYK
RGB Variations
Color information
#A91EDC (or 0xA91EDC) is known color: Dark Orchid. HEX triplet: A9, 1E and DC. RGB value is (169,30,220). Sum of RGB (Red+Green+Blue) = 169+30+220=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #A91EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91EDC is #56E123. Grayscale: #5C5C5C. Windows color (decimal): -5693732 or 14425769. OLE color: 14425769.
HSL color Cylindrical-coordinate representation of color #A91EDC: hue angle of 283.89º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91EDC is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 30 | 220 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.14 |
| HSL | 283.89º | 0.76% | 0.49% | - |
| HSV(B) | 283.89º | 0.86% | 0.86% | - |
| XYZ | 29.74 | 14.53 | 68.95 | - |
| YUV | 93.22 | 199.55 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 220 | 0.23 | 0.86 | 0 | 0.14 | 283.89 | 0.76 | 0.49 |
| Hex | A9 | 1E | DC | 17 | 56 | 0 | E | 11C | 4C | 31 |
| Octal | 251 | 36 | 334 | 27 | 126 | 0 | 16 | 434 | 114 | 61 |
| Binary | 10101001 | 11110 | 11011100 | 10111 | 1010110 | 0 | 1110 | 100011100 | 1001100 | 110001 |
Color Harmonies of #A91EDC
Complementary color
Monochromatic Colors of #A91EDC
Black with #A91EDC
Text Example
Text Example
White with #A91EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91EDC; }
p { color: rgb(169,30,220); }
H1.HeaderClassName
{
color: #A91EDC;
}
.AnyTagClassName
{
color: #A91EDC;
}
</style>
background-color css
<style>
a { background-color: #A91EDC; }
a { background-color: rgb(169,30,220); }
div.DivClassName
{
background-color: #A91EDC;
}
.BgClassName
{
background-color: #A91EDC;
}
</style>
border-color css
<style>
span { border-color: #A91EDC; }
span { border-color: rgb(169,30,220); }
td.TdClassName
{
border-color: #A91EDC;
}
.TagClassName
{
border-color: #A91EDC;
}
</style>