Shades of Dark Orchid #A91DDE
Tints of Dark Orchid #A91DDE
RGB
CMYK
RGB Variations
Color information
#A91DDE (or 0xA91DDE) is known color: Dark Orchid. HEX triplet: A9, 1D and DE. RGB value is (169,29,222). Sum of RGB (Red+Green+Blue) = 169+29+222=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 29 (11.72% from 255 or 6.90% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #A91DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DDE is #56E221. Grayscale: #5C5C5C. Windows color (decimal): -5693986 or 14556585. OLE color: 14556585.
HSL color Cylindrical-coordinate representation of color #A91DDE: hue angle of 283.52º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91DDE is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 29 | 222 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.13 |
| HSL | 283.52º | 0.77% | 0.49% | - |
| HSV(B) | 283.52º | 0.87% | 0.87% | - |
| XYZ | 29.99 | 14.59 | 70.34 | - |
| YUV | 92.86 | 200.88 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 29 | 222 | 0.24 | 0.87 | 0 | 0.13 | 283.52 | 0.77 | 0.49 |
| Hex | A9 | 1D | DE | 18 | 57 | 0 | D | 11C | 4D | 31 |
| Octal | 251 | 35 | 336 | 30 | 127 | 0 | 15 | 434 | 115 | 61 |
| Binary | 10101001 | 11101 | 11011110 | 11000 | 1010111 | 0 | 1101 | 100011100 | 1001101 | 110001 |
Color Harmonies of #A91DDE
Complementary color
Monochromatic Colors of #A91DDE
Black with #A91DDE
Text Example
Text Example
White with #A91DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91DDE; }
p { color: rgb(169,29,222); }
H1.HeaderClassName
{
color: #A91DDE;
}
.AnyTagClassName
{
color: #A91DDE;
}
</style>
background-color css
<style>
a { background-color: #A91DDE; }
a { background-color: rgb(169,29,222); }
div.DivClassName
{
background-color: #A91DDE;
}
.BgClassName
{
background-color: #A91DDE;
}
</style>
border-color css
<style>
span { border-color: #A91DDE; }
span { border-color: rgb(169,29,222); }
td.TdClassName
{
border-color: #A91DDE;
}
.TagClassName
{
border-color: #A91DDE;
}
</style>