Shades of Medium Orchid #A84FDF
Tints of Medium Orchid #A84FDF
RGB
CMYK
RGB Variations
Color information
#A84FDF (or 0xA84FDF) is known color: Medium Orchid. HEX triplet: A8, 4F and DF. RGB value is (168,79,223). Sum of RGB (Red+Green+Blue) = 168+79+223=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #A84FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84FDF is #57B020. Grayscale: #797979. Windows color (decimal): -5746721 or 14634920. OLE color: 14634920.
HSL color Cylindrical-coordinate representation of color #A84FDF: hue angle of 277.08º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A84FDF is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 79 | 223 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.13 |
| HSL | 277.08º | 0.69% | 0.59% | - |
| HSV(B) | 277.08º | 0.65% | 0.87% | - |
| XYZ | 32.26 | 19.24 | 71.83 | - |
| YUV | 122.03 | 184.99 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 79 | 223 | 0.25 | 0.65 | 0 | 0.13 | 277.08 | 0.69 | 0.59 |
| Hex | A8 | 4F | DF | 19 | 41 | 0 | D | 115 | 45 | 3B |
| Octal | 250 | 117 | 337 | 31 | 101 | 0 | 15 | 425 | 105 | 73 |
| Binary | 10101000 | 1001111 | 11011111 | 11001 | 1000001 | 0 | 1101 | 100010101 | 1000101 | 111011 |
Color Harmonies of #A84FDF
Complementary color
Monochromatic Colors of #A84FDF
Black with #A84FDF
Text Example
Text Example
White with #A84FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84FDF; }
p { color: rgb(168,79,223); }
H1.HeaderClassName
{
color: #A84FDF;
}
.AnyTagClassName
{
color: #A84FDF;
}
</style>
background-color css
<style>
a { background-color: #A84FDF; }
a { background-color: rgb(168,79,223); }
div.DivClassName
{
background-color: #A84FDF;
}
.BgClassName
{
background-color: #A84FDF;
}
</style>
border-color css
<style>
span { border-color: #A84FDF; }
span { border-color: rgb(168,79,223); }
td.TdClassName
{
border-color: #A84FDF;
}
.TagClassName
{
border-color: #A84FDF;
}
</style>