Shades of Dark Orchid #A92ADF
Tints of Dark Orchid #A92ADF
RGB
CMYK
RGB Variations
Color information
#A92ADF (or 0xA92ADF) is known color: Dark Orchid. HEX triplet: A9, 2A and DF. RGB value is (169,42,223). Sum of RGB (Red+Green+Blue) = 169+42+223=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #A92ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92ADF is #56D520. Grayscale: #646464. Windows color (decimal): -5690657 or 14625449. OLE color: 14625449.
HSL color Cylindrical-coordinate representation of color #A92ADF: hue angle of 282.1º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A92ADF is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 42 | 223 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.13 |
| HSL | 282.1º | 0.74% | 0.52% | - |
| HSV(B) | 282.1º | 0.81% | 0.87% | - |
| XYZ | 30.51 | 15.42 | 71.18 | - |
| YUV | 100.61 | 197.08 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 223 | 0.24 | 0.81 | 0 | 0.13 | 282.1 | 0.74 | 0.52 |
| Hex | A9 | 2A | DF | 18 | 51 | 0 | D | 11A | 4A | 34 |
| Octal | 251 | 52 | 337 | 30 | 121 | 0 | 15 | 432 | 112 | 64 |
| Binary | 10101001 | 101010 | 11011111 | 11000 | 1010001 | 0 | 1101 | 100011010 | 1001010 | 110100 |
Color Harmonies of #A92ADF
Complementary color
Monochromatic Colors of #A92ADF
Black with #A92ADF
Text Example
Text Example
White with #A92ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92ADF; }
p { color: rgb(169,42,223); }
H1.HeaderClassName
{
color: #A92ADF;
}
.AnyTagClassName
{
color: #A92ADF;
}
</style>
background-color css
<style>
a { background-color: #A92ADF; }
a { background-color: rgb(169,42,223); }
div.DivClassName
{
background-color: #A92ADF;
}
.BgClassName
{
background-color: #A92ADF;
}
</style>
border-color css
<style>
span { border-color: #A92ADF; }
span { border-color: rgb(169,42,223); }
td.TdClassName
{
border-color: #A92ADF;
}
.TagClassName
{
border-color: #A92ADF;
}
</style>