Shades of Dark Orchid #A91ADE
Tints of Dark Orchid #A91ADE
RGB
CMYK
RGB Variations
Color information
#A91ADE (or 0xA91ADE) is known color: Dark Orchid. HEX triplet: A9, 1A and DE. RGB value is (169,26,222). Sum of RGB (Red+Green+Blue) = 169+26+222=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #A91ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91ADE is #56E521. Grayscale: #5A5A5A. Windows color (decimal): -5694754 or 14555817. OLE color: 14555817.
HSL color Cylindrical-coordinate representation of color #A91ADE: hue angle of 283.78º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91ADE is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 26 | 222 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.13 |
| HSL | 283.78º | 0.79% | 0.49% | - |
| HSV(B) | 283.78º | 0.88% | 0.87% | - |
| XYZ | 29.92 | 14.45 | 70.32 | - |
| YUV | 91.1 | 201.88 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 222 | 0.24 | 0.88 | 0 | 0.13 | 283.78 | 0.79 | 0.49 |
| Hex | A9 | 1A | DE | 18 | 58 | 0 | D | 11C | 4F | 31 |
| Octal | 251 | 32 | 336 | 30 | 130 | 0 | 15 | 434 | 117 | 61 |
| Binary | 10101001 | 11010 | 11011110 | 11000 | 1011000 | 0 | 1101 | 100011100 | 1001111 | 110001 |
Color Harmonies of #A91ADE
Complementary color
Monochromatic Colors of #A91ADE
Black with #A91ADE
Text Example
Text Example
White with #A91ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91ADE; }
p { color: rgb(169,26,222); }
H1.HeaderClassName
{
color: #A91ADE;
}
.AnyTagClassName
{
color: #A91ADE;
}
</style>
background-color css
<style>
a { background-color: #A91ADE; }
a { background-color: rgb(169,26,222); }
div.DivClassName
{
background-color: #A91ADE;
}
.BgClassName
{
background-color: #A91ADE;
}
</style>
border-color css
<style>
span { border-color: #A91ADE; }
span { border-color: rgb(169,26,222); }
td.TdClassName
{
border-color: #A91ADE;
}
.TagClassName
{
border-color: #A91ADE;
}
</style>