Shades of Dark Orchid #A843DF
Tints of Dark Orchid #A843DF
RGB
CMYK
RGB Variations
Color information
#A843DF (or 0xA843DF) is known color: Dark Orchid. HEX triplet: A8, 43 and DF. RGB value is (168,67,223). Sum of RGB (Red+Green+Blue) = 168+67+223=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 67 (26.56% from 255 or 14.63% 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 #A843DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A843DF is #57BC20. Grayscale: #727272. Windows color (decimal): -5749793 or 14631848. OLE color: 14631848.
HSL color Cylindrical-coordinate representation of color #A843DF: hue angle of 278.85º 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 #A843DF is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 67 | 223 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.13 |
| HSL | 278.85º | 0.71% | 0.57% | - |
| HSV(B) | 278.85º | 0.7% | 0.87% | - |
| XYZ | 31.47 | 17.67 | 71.56 | - |
| YUV | 114.98 | 188.96 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 223 | 0.25 | 0.70 | 0 | 0.13 | 278.85 | 0.71 | 0.57 |
| Hex | A8 | 43 | DF | 19 | 46 | 0 | D | 117 | 47 | 39 |
| Octal | 250 | 103 | 337 | 31 | 106 | 0 | 15 | 427 | 107 | 71 |
| Binary | 10101000 | 1000011 | 11011111 | 11001 | 1000110 | 0 | 1101 | 100010111 | 1000111 | 111001 |
Color Harmonies of #A843DF
Complementary color
Monochromatic Colors of #A843DF
Black with #A843DF
Text Example
Text Example
White with #A843DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A843DF; }
p { color: rgb(168,67,223); }
H1.HeaderClassName
{
color: #A843DF;
}
.AnyTagClassName
{
color: #A843DF;
}
</style>
background-color css
<style>
a { background-color: #A843DF; }
a { background-color: rgb(168,67,223); }
div.DivClassName
{
background-color: #A843DF;
}
.BgClassName
{
background-color: #A843DF;
}
</style>
border-color css
<style>
span { border-color: #A843DF; }
span { border-color: rgb(168,67,223); }
td.TdClassName
{
border-color: #A843DF;
}
.TagClassName
{
border-color: #A843DF;
}
</style>