Shades of Dark Orchid #A042DF
Tints of Dark Orchid #A042DF
RGB
CMYK
RGB Variations
Color information
#A042DF (or 0xA042DF) is known color: Dark Orchid. HEX triplet: A0, 42 and DF. RGB value is (160,66,223). Sum of RGB (Red+Green+Blue) = 160+66+223=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #A042DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042DF is #5FBD20. Grayscale: #6F6F6F. Windows color (decimal): -6274337 or 14631584. OLE color: 14631584.
HSL color Cylindrical-coordinate representation of color #A042DF: hue angle of 275.92º 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 #A042DF is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 66 | 223 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.13 |
| HSL | 275.92º | 0.71% | 0.57% | - |
| HSV(B) | 275.92º | 0.7% | 0.87% | - |
| XYZ | 29.76 | 16.7 | 71.47 | - |
| YUV | 112 | 190.64 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 223 | 0.28 | 0.70 | 0 | 0.13 | 275.92 | 0.71 | 0.57 |
| Hex | A0 | 42 | DF | 1C | 46 | 0 | D | 114 | 47 | 39 |
| Octal | 240 | 102 | 337 | 34 | 106 | 0 | 15 | 424 | 107 | 71 |
| Binary | 10100000 | 1000010 | 11011111 | 11100 | 1000110 | 0 | 1101 | 100010100 | 1000111 | 111001 |
Color Harmonies of #A042DF
Complementary color
Monochromatic Colors of #A042DF
Black with #A042DF
Text Example
Text Example
White with #A042DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A042DF; }
p { color: rgb(160,66,223); }
H1.HeaderClassName
{
color: #A042DF;
}
.AnyTagClassName
{
color: #A042DF;
}
</style>
background-color css
<style>
a { background-color: #A042DF; }
a { background-color: rgb(160,66,223); }
div.DivClassName
{
background-color: #A042DF;
}
.BgClassName
{
background-color: #A042DF;
}
</style>
border-color css
<style>
span { border-color: #A042DF; }
span { border-color: rgb(160,66,223); }
td.TdClassName
{
border-color: #A042DF;
}
.TagClassName
{
border-color: #A042DF;
}
</style>