Shades of Dark Orchid #A91DBF
Tints of Dark Orchid #A91DBF
RGB
CMYK
RGB Variations
Color information
#A91DBF (or 0xA91DBF) is known color: Dark Orchid. HEX triplet: A9, 1D and BF. RGB value is (169,29,191). Sum of RGB (Red+Green+Blue) = 169+29+191=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #A91DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DBF is #56E240. Grayscale: #585858. Windows color (decimal): -5694017 or 12524969. OLE color: 12524969.
HSL color Cylindrical-coordinate representation of color #A91DBF: hue angle of 291.85º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91DBF is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 29 | 191 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.25 |
| HSL | 291.85º | 0.74% | 0.43% | - |
| HSV(B) | 291.85º | 0.85% | 0.75% | - |
| XYZ | 26.21 | 13.08 | 50.43 | - |
| YUV | 89.33 | 185.38 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 29 | 191 | 0.12 | 0.85 | 0 | 0.25 | 291.85 | 0.74 | 0.43 |
| Hex | A9 | 1D | BF | C | 55 | 0 | 19 | 124 | 4A | 2B |
| Octal | 251 | 35 | 277 | 14 | 125 | 0 | 31 | 444 | 112 | 53 |
| Binary | 10101001 | 11101 | 10111111 | 1100 | 1010101 | 0 | 11001 | 100100100 | 1001010 | 101011 |
Color Harmonies of #A91DBF
Complementary color
Monochromatic Colors of #A91DBF
Black with #A91DBF
Text Example
Text Example
White with #A91DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91DBF; }
p { color: rgb(169,29,191); }
H1.HeaderClassName
{
color: #A91DBF;
}
.AnyTagClassName
{
color: #A91DBF;
}
</style>
background-color css
<style>
a { background-color: #A91DBF; }
a { background-color: rgb(169,29,191); }
div.DivClassName
{
background-color: #A91DBF;
}
.BgClassName
{
background-color: #A91DBF;
}
</style>
border-color css
<style>
span { border-color: #A91DBF; }
span { border-color: rgb(169,29,191); }
td.TdClassName
{
border-color: #A91DBF;
}
.TagClassName
{
border-color: #A91DBF;
}
</style>