Shades of Dark Orchid #A542DF
Tints of Dark Orchid #A542DF
RGB
CMYK
RGB Variations
Color information
#A542DF (or 0xA542DF) is known color: Dark Orchid. HEX triplet: A5, 42 and DF. RGB value is (165,66,223). Sum of RGB (Red+Green+Blue) = 165+66+223=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #A542DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A542DF is #5ABD20. Grayscale: #707070. Windows color (decimal): -5946657 or 14631589. OLE color: 14631589.
HSL color Cylindrical-coordinate representation of color #A542DF: hue angle of 277.83º 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 #A542DF is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 66 | 223 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.13 |
| HSL | 277.83º | 0.71% | 0.57% | - |
| HSV(B) | 277.83º | 0.7% | 0.87% | - |
| XYZ | 30.78 | 17.22 | 71.51 | - |
| YUV | 113.5 | 189.8 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 66 | 223 | 0.26 | 0.70 | 0 | 0.13 | 277.83 | 0.71 | 0.57 |
| Hex | A5 | 42 | DF | 1A | 46 | 0 | D | 116 | 47 | 39 |
| Octal | 245 | 102 | 337 | 32 | 106 | 0 | 15 | 426 | 107 | 71 |
| Binary | 10100101 | 1000010 | 11011111 | 11010 | 1000110 | 0 | 1101 | 100010110 | 1000111 | 111001 |
Color Harmonies of #A542DF
Complementary color
Monochromatic Colors of #A542DF
Black with #A542DF
Text Example
Text Example
White with #A542DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A542DF; }
p { color: rgb(165,66,223); }
H1.HeaderClassName
{
color: #A542DF;
}
.AnyTagClassName
{
color: #A542DF;
}
</style>
background-color css
<style>
a { background-color: #A542DF; }
a { background-color: rgb(165,66,223); }
div.DivClassName
{
background-color: #A542DF;
}
.BgClassName
{
background-color: #A542DF;
}
</style>
border-color css
<style>
span { border-color: #A542DF; }
span { border-color: rgb(165,66,223); }
td.TdClassName
{
border-color: #A542DF;
}
.TagClassName
{
border-color: #A542DF;
}
</style>