Shades of Dark Orchid #A942DF
Tints of Dark Orchid #A942DF
RGB
CMYK
RGB Variations
Color information
#A942DF (or 0xA942DF) is known color: Dark Orchid. HEX triplet: A9, 42 and DF. RGB value is (169,66,223). Sum of RGB (Red+Green+Blue) = 169+66+223=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #A942DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A942DF is #56BD20. Grayscale: #727272. Windows color (decimal): -5684513 or 14631593. OLE color: 14631593.
HSL color Cylindrical-coordinate representation of color #A942DF: hue angle of 279.36º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A942DF is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 66 | 223 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.13 |
| HSL | 279.36º | 0.71% | 0.57% | - |
| HSV(B) | 279.36º | 0.7% | 0.87% | - |
| XYZ | 31.63 | 17.66 | 71.55 | - |
| YUV | 114.7 | 189.12 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 66 | 223 | 0.24 | 0.70 | 0 | 0.13 | 279.36 | 0.71 | 0.57 |
| Hex | A9 | 42 | DF | 18 | 46 | 0 | D | 117 | 47 | 39 |
| Octal | 251 | 102 | 337 | 30 | 106 | 0 | 15 | 427 | 107 | 71 |
| Binary | 10101001 | 1000010 | 11011111 | 11000 | 1000110 | 0 | 1101 | 100010111 | 1000111 | 111001 |
Color Harmonies of #A942DF
Complementary color
Monochromatic Colors of #A942DF
Black with #A942DF
Text Example
Text Example
White with #A942DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A942DF; }
p { color: rgb(169,66,223); }
H1.HeaderClassName
{
color: #A942DF;
}
.AnyTagClassName
{
color: #A942DF;
}
</style>
background-color css
<style>
a { background-color: #A942DF; }
a { background-color: rgb(169,66,223); }
div.DivClassName
{
background-color: #A942DF;
}
.BgClassName
{
background-color: #A942DF;
}
</style>
border-color css
<style>
span { border-color: #A942DF; }
span { border-color: rgb(169,66,223); }
td.TdClassName
{
border-color: #A942DF;
}
.TagClassName
{
border-color: #A942DF;
}
</style>