Shades of Dark Orchid #A92DDF
Tints of Dark Orchid #A92DDF
RGB
CMYK
RGB Variations
Color information
#A92DDF (or 0xA92DDF) is known color: Dark Orchid. HEX triplet: A9, 2D and DF. RGB value is (169,45,223). Sum of RGB (Red+Green+Blue) = 169+45+223=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 45 (17.97% from 255 or 10.30% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #A92DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92DDF is #56D220. Grayscale: #656565. Windows color (decimal): -5689889 or 14626217. OLE color: 14626217.
HSL color Cylindrical-coordinate representation of color #A92DDF: hue angle of 281.8º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A92DDF is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 45 | 223 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.13 |
| HSL | 281.8º | 0.74% | 0.53% | - |
| HSV(B) | 281.8º | 0.8% | 0.87% | - |
| XYZ | 30.62 | 15.64 | 71.22 | - |
| YUV | 102.37 | 196.08 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 223 | 0.24 | 0.80 | 0 | 0.13 | 281.8 | 0.74 | 0.53 |
| Hex | A9 | 2D | DF | 18 | 50 | 0 | D | 11A | 4A | 35 |
| Octal | 251 | 55 | 337 | 30 | 120 | 0 | 15 | 432 | 112 | 65 |
| Binary | 10101001 | 101101 | 11011111 | 11000 | 1010000 | 0 | 1101 | 100011010 | 1001010 | 110101 |
Color Harmonies of #A92DDF
Complementary color
Monochromatic Colors of #A92DDF
Black with #A92DDF
Text Example
Text Example
White with #A92DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92DDF; }
p { color: rgb(169,45,223); }
H1.HeaderClassName
{
color: #A92DDF;
}
.AnyTagClassName
{
color: #A92DDF;
}
</style>
background-color css
<style>
a { background-color: #A92DDF; }
a { background-color: rgb(169,45,223); }
div.DivClassName
{
background-color: #A92DDF;
}
.BgClassName
{
background-color: #A92DDF;
}
</style>
border-color css
<style>
span { border-color: #A92DDF; }
span { border-color: rgb(169,45,223); }
td.TdClassName
{
border-color: #A92DDF;
}
.TagClassName
{
border-color: #A92DDF;
}
</style>