Shades of Dark Orchid #A91DB9
Tints of Dark Orchid #A91DB9
RGB
CMYK
RGB Variations
Color information
#A91DB9 (or 0xA91DB9) is known color: Dark Orchid. HEX triplet: A9, 1D and B9. RGB value is (169,29,185). Sum of RGB (Red+Green+Blue) = 169+29+185=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 185 - color contains mainly: blue. Hex color #A91DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DB9 is #56E246. Grayscale: #585858. Windows color (decimal): -5694023 or 12131753. OLE color: 12131753.
HSL color Cylindrical-coordinate representation of color #A91DB9: hue angle of 293.85º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91DB9 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 29 | 185 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.27 |
| HSL | 293.85º | 0.73% | 0.42% | - |
| HSV(B) | 293.85º | 0.84% | 0.73% | - |
| XYZ | 25.56 | 12.82 | 47.03 | - |
| YUV | 88.64 | 182.38 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 29 | 185 | 0.09 | 0.84 | 0 | 0.27 | 293.85 | 0.73 | 0.42 |
| Hex | A9 | 1D | B9 | 9 | 54 | 0 | 1B | 126 | 49 | 2A |
| Octal | 251 | 35 | 271 | 11 | 124 | 0 | 33 | 446 | 111 | 52 |
| Binary | 10101001 | 11101 | 10111001 | 1001 | 1010100 | 0 | 11011 | 100100110 | 1001001 | 101010 |
Color Harmonies of #A91DB9
Complementary color
Monochromatic Colors of #A91DB9
Black with #A91DB9
Text Example
Text Example
White with #A91DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91DB9; }
p { color: rgb(169,29,185); }
H1.HeaderClassName
{
color: #A91DB9;
}
.AnyTagClassName
{
color: #A91DB9;
}
</style>
background-color css
<style>
a { background-color: #A91DB9; }
a { background-color: rgb(169,29,185); }
div.DivClassName
{
background-color: #A91DB9;
}
.BgClassName
{
background-color: #A91DB9;
}
</style>
border-color css
<style>
span { border-color: #A91DB9; }
span { border-color: rgb(169,29,185); }
td.TdClassName
{
border-color: #A91DB9;
}
.TagClassName
{
border-color: #A91DB9;
}
</style>