Shades of Medium Orchid #A846DF
Tints of Medium Orchid #A846DF
RGB
CMYK
RGB Variations
Color information
#A846DF (or 0xA846DF) is known color: Medium Orchid. HEX triplet: A8, 46 and DF. RGB value is (168,70,223). Sum of RGB (Red+Green+Blue) = 168+70+223=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #A846DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A846DF is #57B920. Grayscale: #747474. Windows color (decimal): -5749025 or 14632616. OLE color: 14632616.
HSL color Cylindrical-coordinate representation of color #A846DF: hue angle of 278.43º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A846DF is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 70 | 223 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.13 |
| HSL | 278.43º | 0.71% | 0.57% | - |
| HSV(B) | 278.43º | 0.69% | 0.87% | - |
| XYZ | 31.66 | 18.03 | 71.62 | - |
| YUV | 116.74 | 187.97 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 223 | 0.25 | 0.69 | 0 | 0.13 | 278.43 | 0.71 | 0.57 |
| Hex | A8 | 46 | DF | 19 | 45 | 0 | D | 116 | 47 | 39 |
| Octal | 250 | 106 | 337 | 31 | 105 | 0 | 15 | 426 | 107 | 71 |
| Binary | 10101000 | 1000110 | 11011111 | 11001 | 1000101 | 0 | 1101 | 100010110 | 1000111 | 111001 |
Color Harmonies of #A846DF
Complementary color
Monochromatic Colors of #A846DF
Black with #A846DF
Text Example
Text Example
White with #A846DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A846DF; }
p { color: rgb(168,70,223); }
H1.HeaderClassName
{
color: #A846DF;
}
.AnyTagClassName
{
color: #A846DF;
}
</style>
background-color css
<style>
a { background-color: #A846DF; }
a { background-color: rgb(168,70,223); }
div.DivClassName
{
background-color: #A846DF;
}
.BgClassName
{
background-color: #A846DF;
}
</style>
border-color css
<style>
span { border-color: #A846DF; }
span { border-color: rgb(168,70,223); }
td.TdClassName
{
border-color: #A846DF;
}
.TagClassName
{
border-color: #A846DF;
}
</style>