Shades of Dark Orchid #A92DBA
Tints of Dark Orchid #A92DBA
RGB
CMYK
RGB Variations
Color information
#A92DBA (or 0xA92DBA) is known color: Dark Orchid. HEX triplet: A9, 2D and BA. RGB value is (169,45,186). Sum of RGB (Red+Green+Blue) = 169+45+186=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #A92DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92DBA is #56D245. Grayscale: #616161. Windows color (decimal): -5689926 or 12201385. OLE color: 12201385.
HSL color Cylindrical-coordinate representation of color #A92DBA: hue angle of 292.77º degrees, saturation: 0.61, 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 #A92DBA is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 45 | 186 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.27 |
| HSL | 292.77º | 0.61% | 0.45% | - |
| HSV(B) | 292.77º | 0.76% | 0.73% | - |
| XYZ | 26.16 | 13.86 | 47.75 | - |
| YUV | 98.15 | 177.58 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 186 | 0.09 | 0.76 | 0 | 0.27 | 292.77 | 0.61 | 0.45 |
| Hex | A9 | 2D | BA | 9 | 4C | 0 | 1B | 125 | 3D | 2D |
| Octal | 251 | 55 | 272 | 11 | 114 | 0 | 33 | 445 | 75 | 55 |
| Binary | 10101001 | 101101 | 10111010 | 1001 | 1001100 | 0 | 11011 | 100100101 | 111101 | 101101 |
Color Harmonies of #A92DBA
Complementary color
Monochromatic Colors of #A92DBA
Black with #A92DBA
Text Example
Text Example
White with #A92DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92DBA; }
p { color: rgb(169,45,186); }
H1.HeaderClassName
{
color: #A92DBA;
}
.AnyTagClassName
{
color: #A92DBA;
}
</style>
background-color css
<style>
a { background-color: #A92DBA; }
a { background-color: rgb(169,45,186); }
div.DivClassName
{
background-color: #A92DBA;
}
.BgClassName
{
background-color: #A92DBA;
}
</style>
border-color css
<style>
span { border-color: #A92DBA; }
span { border-color: rgb(169,45,186); }
td.TdClassName
{
border-color: #A92DBA;
}
.TagClassName
{
border-color: #A92DBA;
}
</style>