Shades of Dark Orchid #A91FDE
Tints of Dark Orchid #A91FDE
RGB
CMYK
RGB Variations
Color information
#A91FDE (or 0xA91FDE) is known color: Dark Orchid. HEX triplet: A9, 1F and DE. RGB value is (169,31,222). Sum of RGB (Red+Green+Blue) = 169+31+222=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #A91FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91FDE is #56E021. Grayscale: #5D5D5D. Windows color (decimal): -5693474 or 14557097. OLE color: 14557097.
HSL color Cylindrical-coordinate representation of color #A91FDE: hue angle of 283.35º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91FDE is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 31 | 222 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.13 |
| HSL | 283.35º | 0.75% | 0.5% | - |
| HSV(B) | 283.35º | 0.86% | 0.87% | - |
| XYZ | 30.04 | 14.69 | 70.36 | - |
| YUV | 94.04 | 200.22 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 31 | 222 | 0.24 | 0.86 | 0 | 0.13 | 283.35 | 0.75 | 0.5 |
| Hex | A9 | 1F | DE | 18 | 56 | 0 | D | 11B | 4B | 32 |
| Octal | 251 | 37 | 336 | 30 | 126 | 0 | 15 | 433 | 113 | 62 |
| Binary | 10101001 | 11111 | 11011110 | 11000 | 1010110 | 0 | 1101 | 100011011 | 1001011 | 110010 |
Color Harmonies of #A91FDE
Complementary color
Monochromatic Colors of #A91FDE
Black with #A91FDE
Text Example
Text Example
White with #A91FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91FDE; }
p { color: rgb(169,31,222); }
H1.HeaderClassName
{
color: #A91FDE;
}
.AnyTagClassName
{
color: #A91FDE;
}
</style>
background-color css
<style>
a { background-color: #A91FDE; }
a { background-color: rgb(169,31,222); }
div.DivClassName
{
background-color: #A91FDE;
}
.BgClassName
{
background-color: #A91FDE;
}
</style>
border-color css
<style>
span { border-color: #A91FDE; }
span { border-color: rgb(169,31,222); }
td.TdClassName
{
border-color: #A91FDE;
}
.TagClassName
{
border-color: #A91FDE;
}
</style>