Shades of Dark Orchid #A92DBF
Tints of Dark Orchid #A92DBF
RGB
CMYK
RGB Variations
Color information
#A92DBF (or 0xA92DBF) is known color: Dark Orchid. HEX triplet: A9, 2D and BF. RGB value is (169,45,191). Sum of RGB (Red+Green+Blue) = 169+45+191=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #A92DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92DBF is #56D240. Grayscale: #626262. Windows color (decimal): -5689921 or 12529065. OLE color: 12529065.
HSL color Cylindrical-coordinate representation of color #A92DBF: hue angle of 290.96º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A92DBF is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 45 | 191 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.25 |
| HSL | 290.96º | 0.62% | 0.46% | - |
| HSV(B) | 290.96º | 0.76% | 0.75% | - |
| XYZ | 26.7 | 14.07 | 50.6 | - |
| YUV | 98.72 | 180.08 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 191 | 0.12 | 0.76 | 0 | 0.25 | 290.96 | 0.62 | 0.46 |
| Hex | A9 | 2D | BF | C | 4C | 0 | 19 | 123 | 3E | 2E |
| Octal | 251 | 55 | 277 | 14 | 114 | 0 | 31 | 443 | 76 | 56 |
| Binary | 10101001 | 101101 | 10111111 | 1100 | 1001100 | 0 | 11001 | 100100011 | 111110 | 101110 |
Color Harmonies of #A92DBF
Complementary color
Monochromatic Colors of #A92DBF
Black with #A92DBF
Text Example
Text Example
White with #A92DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92DBF; }
p { color: rgb(169,45,191); }
H1.HeaderClassName
{
color: #A92DBF;
}
.AnyTagClassName
{
color: #A92DBF;
}
</style>
background-color css
<style>
a { background-color: #A92DBF; }
a { background-color: rgb(169,45,191); }
div.DivClassName
{
background-color: #A92DBF;
}
.BgClassName
{
background-color: #A92DBF;
}
</style>
border-color css
<style>
span { border-color: #A92DBF; }
span { border-color: rgb(169,45,191); }
td.TdClassName
{
border-color: #A92DBF;
}
.TagClassName
{
border-color: #A92DBF;
}
</style>