Shades of Dark Orchid #A92CDE
Tints of Dark Orchid #A92CDE
RGB
CMYK
RGB Variations
Color information
#A92CDE (or 0xA92CDE) is known color: Dark Orchid. HEX triplet: A9, 2C and DE. RGB value is (169,44,222). Sum of RGB (Red+Green+Blue) = 169+44+222=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #A92CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92CDE is #56D321. Grayscale: #656565. Windows color (decimal): -5690146 or 14560425. OLE color: 14560425.
HSL color Cylindrical-coordinate representation of color #A92CDE: hue angle of 282.13º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A92CDE is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 44 | 222 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.13 |
| HSL | 282.13º | 0.73% | 0.52% | - |
| HSV(B) | 282.13º | 0.8% | 0.87% | - |
| XYZ | 30.45 | 15.51 | 70.5 | - |
| YUV | 101.67 | 195.91 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 222 | 0.24 | 0.80 | 0 | 0.13 | 282.13 | 0.73 | 0.52 |
| Hex | A9 | 2C | DE | 18 | 50 | 0 | D | 11A | 49 | 34 |
| Octal | 251 | 54 | 336 | 30 | 120 | 0 | 15 | 432 | 111 | 64 |
| Binary | 10101001 | 101100 | 11011110 | 11000 | 1010000 | 0 | 1101 | 100011010 | 1001001 | 110100 |
Color Harmonies of #A92CDE
Complementary color
Monochromatic Colors of #A92CDE
Black with #A92CDE
Text Example
Text Example
White with #A92CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92CDE; }
p { color: rgb(169,44,222); }
H1.HeaderClassName
{
color: #A92CDE;
}
.AnyTagClassName
{
color: #A92CDE;
}
</style>
background-color css
<style>
a { background-color: #A92CDE; }
a { background-color: rgb(169,44,222); }
div.DivClassName
{
background-color: #A92CDE;
}
.BgClassName
{
background-color: #A92CDE;
}
</style>
border-color css
<style>
span { border-color: #A92CDE; }
span { border-color: rgb(169,44,222); }
td.TdClassName
{
border-color: #A92CDE;
}
.TagClassName
{
border-color: #A92CDE;
}
</style>