Shades of Dark Orchid #A91DBB
Tints of Dark Orchid #A91DBB
RGB
CMYK
RGB Variations
Color information
#A91DBB (or 0xA91DBB) is known color: Dark Orchid. HEX triplet: A9, 1D and BB. RGB value is (169,29,187). Sum of RGB (Red+Green+Blue) = 169+29+187=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #A91DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DBB is #56E244. Grayscale: #585858. Windows color (decimal): -5694021 or 12262825. OLE color: 12262825.
HSL color Cylindrical-coordinate representation of color #A91DBB: hue angle of 293.16º 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 #A91DBB is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 29 | 187 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.27 |
| HSL | 293.16º | 0.73% | 0.42% | - |
| HSV(B) | 293.16º | 0.84% | 0.73% | - |
| XYZ | 25.77 | 12.9 | 48.15 | - |
| YUV | 88.87 | 183.38 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 29 | 187 | 0.10 | 0.84 | 0 | 0.27 | 293.16 | 0.73 | 0.42 |
| Hex | A9 | 1D | BB | A | 54 | 0 | 1B | 125 | 49 | 2A |
| Octal | 251 | 35 | 273 | 12 | 124 | 0 | 33 | 445 | 111 | 52 |
| Binary | 10101001 | 11101 | 10111011 | 1010 | 1010100 | 0 | 11011 | 100100101 | 1001001 | 101010 |
Color Harmonies of #A91DBB
Complementary color
Monochromatic Colors of #A91DBB
Black with #A91DBB
Text Example
Text Example
White with #A91DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91DBB; }
p { color: rgb(169,29,187); }
H1.HeaderClassName
{
color: #A91DBB;
}
.AnyTagClassName
{
color: #A91DBB;
}
</style>
background-color css
<style>
a { background-color: #A91DBB; }
a { background-color: rgb(169,29,187); }
div.DivClassName
{
background-color: #A91DBB;
}
.BgClassName
{
background-color: #A91DBB;
}
</style>
border-color css
<style>
span { border-color: #A91DBB; }
span { border-color: rgb(169,29,187); }
td.TdClassName
{
border-color: #A91DBB;
}
.TagClassName
{
border-color: #A91DBB;
}
</style>