Shades of Medium Orchid #A84FD5
Tints of Medium Orchid #A84FD5
RGB
CMYK
RGB Variations
Color information
#A84FD5 (or 0xA84FD5) is known color: Medium Orchid. HEX triplet: A8, 4F and D5. RGB value is (168,79,213). Sum of RGB (Red+Green+Blue) = 168+79+213=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 213 (83.59% from 255 or 46.30% from 460); Max value from RGB is 213 - color contains mainly: blue. Hex color #A84FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84FD5 is #57B02A. Grayscale: #787878. Windows color (decimal): -5746731 or 13979560. OLE color: 13979560.
HSL color Cylindrical-coordinate representation of color #A84FD5: hue angle of 279.85º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A84FD5 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 79 | 213 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.16 |
| HSL | 279.85º | 0.61% | 0.57% | - |
| HSV(B) | 279.85º | 0.63% | 0.84% | - |
| XYZ | 30.95 | 18.72 | 64.93 | - |
| YUV | 120.89 | 179.99 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 79 | 213 | 0.21 | 0.63 | 0 | 0.16 | 279.85 | 0.61 | 0.57 |
| Hex | A8 | 4F | D5 | 15 | 3F | 0 | 10 | 118 | 3D | 39 |
| Octal | 250 | 117 | 325 | 25 | 77 | 0 | 20 | 430 | 75 | 71 |
| Binary | 10101000 | 1001111 | 11010101 | 10101 | 111111 | 0 | 10000 | 100011000 | 111101 | 111001 |
Color Harmonies of #A84FD5
Complementary color
Monochromatic Colors of #A84FD5
Black with #A84FD5
Text Example
Text Example
White with #A84FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84FD5; }
p { color: rgb(168,79,213); }
H1.HeaderClassName
{
color: #A84FD5;
}
.AnyTagClassName
{
color: #A84FD5;
}
</style>
background-color css
<style>
a { background-color: #A84FD5; }
a { background-color: rgb(168,79,213); }
div.DivClassName
{
background-color: #A84FD5;
}
.BgClassName
{
background-color: #A84FD5;
}
</style>
border-color css
<style>
span { border-color: #A84FD5; }
span { border-color: rgb(168,79,213); }
td.TdClassName
{
border-color: #A84FD5;
}
.TagClassName
{
border-color: #A84FD5;
}
</style>