Shades of Dark Orchid #A92CBA
Tints of Dark Orchid #A92CBA
RGB
CMYK
RGB Variations
Color information
#A92CBA (or 0xA92CBA) is known color: Dark Orchid. HEX triplet: A9, 2C and BA. RGB value is (169,44,186). Sum of RGB (Red+Green+Blue) = 169+44+186=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #A92CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92CBA is #56D345. Grayscale: #616161. Windows color (decimal): -5690182 or 12201129. OLE color: 12201129.
HSL color Cylindrical-coordinate representation of color #A92CBA: hue angle of 292.82º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A92CBA is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 44 | 186 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.27 |
| HSL | 292.82º | 0.62% | 0.45% | - |
| HSV(B) | 292.82º | 0.76% | 0.73% | - |
| XYZ | 26.13 | 13.78 | 47.74 | - |
| YUV | 97.56 | 177.91 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 186 | 0.09 | 0.76 | 0 | 0.27 | 292.82 | 0.62 | 0.45 |
| Hex | A9 | 2C | BA | 9 | 4C | 0 | 1B | 125 | 3E | 2D |
| Octal | 251 | 54 | 272 | 11 | 114 | 0 | 33 | 445 | 76 | 55 |
| Binary | 10101001 | 101100 | 10111010 | 1001 | 1001100 | 0 | 11011 | 100100101 | 111110 | 101101 |
Color Harmonies of #A92CBA
Complementary color
Monochromatic Colors of #A92CBA
Black with #A92CBA
Text Example
Text Example
White with #A92CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92CBA; }
p { color: rgb(169,44,186); }
H1.HeaderClassName
{
color: #A92CBA;
}
.AnyTagClassName
{
color: #A92CBA;
}
</style>
background-color css
<style>
a { background-color: #A92CBA; }
a { background-color: rgb(169,44,186); }
div.DivClassName
{
background-color: #A92CBA;
}
.BgClassName
{
background-color: #A92CBA;
}
</style>
border-color css
<style>
span { border-color: #A92CBA; }
span { border-color: rgb(169,44,186); }
td.TdClassName
{
border-color: #A92CBA;
}
.TagClassName
{
border-color: #A92CBA;
}
</style>