Shades of Medium Orchid #A84DFC
Tints of Medium Orchid #A84DFC
RGB
CMYK
RGB Variations
Color information
#A84DFC (or 0xA84DFC) is known color: Medium Orchid. HEX triplet: A8, 4D and FC. RGB value is (168,77,252). Sum of RGB (Red+Green+Blue) = 168+77+252=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #A84DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84DFC is #57B203. Grayscale: #7B7B7B. Windows color (decimal): -5747204 or 16534952. OLE color: 16534952.
HSL color Cylindrical-coordinate representation of color #A84DFC: hue angle of 271.2º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A84DFC is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 77 | 252 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.01 |
| HSL | 271.2º | 0.97% | 0.65% | - |
| HSV(B) | 271.2º | 0.69% | 0.99% | - |
| XYZ | 36.37 | 20.66 | 94.17 | - |
| YUV | 124.16 | 200.15 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 252 | 0.33 | 0.69 | 0 | 0.01 | 271.2 | 0.97 | 0.65 |
| Hex | A8 | 4D | FC | 21 | 45 | 0 | 1 | 10F | 61 | 41 |
| Octal | 250 | 115 | 374 | 41 | 105 | 0 | 1 | 417 | 141 | 101 |
| Binary | 10101000 | 1001101 | 11111100 | 100001 | 1000101 | 0 | 1 | 100001111 | 1100001 | 1000001 |
Color Harmonies of #A84DFC
Complementary color
Monochromatic Colors of #A84DFC
Black with #A84DFC
Text Example
Text Example
White with #A84DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84DFC; }
p { color: rgb(168,77,252); }
H1.HeaderClassName
{
color: #A84DFC;
}
.AnyTagClassName
{
color: #A84DFC;
}
</style>
background-color css
<style>
a { background-color: #A84DFC; }
a { background-color: rgb(168,77,252); }
div.DivClassName
{
background-color: #A84DFC;
}
.BgClassName
{
background-color: #A84DFC;
}
</style>
border-color css
<style>
span { border-color: #A84DFC; }
span { border-color: rgb(168,77,252); }
td.TdClassName
{
border-color: #A84DFC;
}
.TagClassName
{
border-color: #A84DFC;
}
</style>