Shades of Dark Orchid #A91CDE
Tints of Dark Orchid #A91CDE
RGB
CMYK
RGB Variations
Color information
#A91CDE (or 0xA91CDE) is known color: Dark Orchid. HEX triplet: A9, 1C and DE. RGB value is (169,28,222). Sum of RGB (Red+Green+Blue) = 169+28+222=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #A91CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91CDE is #56E321. Grayscale: #5B5B5B. Windows color (decimal): -5694242 or 14556329. OLE color: 14556329.
HSL color Cylindrical-coordinate representation of color #A91CDE: hue angle of 283.61º degrees, saturation: 0.78, 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 #A91CDE is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 28 | 222 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.13 |
| HSL | 283.61º | 0.78% | 0.49% | - |
| HSV(B) | 283.61º | 0.87% | 0.87% | - |
| XYZ | 29.96 | 14.54 | 70.33 | - |
| YUV | 92.28 | 201.21 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 222 | 0.24 | 0.87 | 0 | 0.13 | 283.61 | 0.78 | 0.49 |
| Hex | A9 | 1C | DE | 18 | 57 | 0 | D | 11C | 4E | 31 |
| Octal | 251 | 34 | 336 | 30 | 127 | 0 | 15 | 434 | 116 | 61 |
| Binary | 10101001 | 11100 | 11011110 | 11000 | 1010111 | 0 | 1101 | 100011100 | 1001110 | 110001 |
Color Harmonies of #A91CDE
Complementary color
Monochromatic Colors of #A91CDE
Black with #A91CDE
Text Example
Text Example
White with #A91CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91CDE; }
p { color: rgb(169,28,222); }
H1.HeaderClassName
{
color: #A91CDE;
}
.AnyTagClassName
{
color: #A91CDE;
}
</style>
background-color css
<style>
a { background-color: #A91CDE; }
a { background-color: rgb(169,28,222); }
div.DivClassName
{
background-color: #A91CDE;
}
.BgClassName
{
background-color: #A91CDE;
}
</style>
border-color css
<style>
span { border-color: #A91CDE; }
span { border-color: rgb(169,28,222); }
td.TdClassName
{
border-color: #A91CDE;
}
.TagClassName
{
border-color: #A91CDE;
}
</style>