Shades of Medium Orchid #A84FE3
Tints of Medium Orchid #A84FE3
RGB
CMYK
RGB Variations
Color information
#A84FE3 (or 0xA84FE3) is known color: Medium Orchid. HEX triplet: A8, 4F and E3. RGB value is (168,79,227). Sum of RGB (Red+Green+Blue) = 168+79+227=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 227 (89.06% from 255 or 47.89% from 474); Max value from RGB is 227 - color contains mainly: blue. Hex color #A84FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84FE3 is #57B01C. Grayscale: #797979. Windows color (decimal): -5746717 or 14897064. OLE color: 14897064.
HSL color Cylindrical-coordinate representation of color #A84FE3: hue angle of 276.08º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A84FE3 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 79 | 227 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.11 |
| HSL | 276.08º | 0.73% | 0.6% | - |
| HSV(B) | 276.08º | 0.65% | 0.89% | - |
| XYZ | 32.81 | 19.46 | 74.7 | - |
| YUV | 122.48 | 186.99 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 79 | 227 | 0.26 | 0.65 | 0 | 0.11 | 276.08 | 0.73 | 0.6 |
| Hex | A8 | 4F | E3 | 1A | 41 | 0 | B | 114 | 49 | 3C |
| Octal | 250 | 117 | 343 | 32 | 101 | 0 | 13 | 424 | 111 | 74 |
| Binary | 10101000 | 1001111 | 11100011 | 11010 | 1000001 | 0 | 1011 | 100010100 | 1001001 | 111100 |
Color Harmonies of #A84FE3
Complementary color
Monochromatic Colors of #A84FE3
Black with #A84FE3
Text Example
Text Example
White with #A84FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84FE3; }
p { color: rgb(168,79,227); }
H1.HeaderClassName
{
color: #A84FE3;
}
.AnyTagClassName
{
color: #A84FE3;
}
</style>
background-color css
<style>
a { background-color: #A84FE3; }
a { background-color: rgb(168,79,227); }
div.DivClassName
{
background-color: #A84FE3;
}
.BgClassName
{
background-color: #A84FE3;
}
</style>
border-color css
<style>
span { border-color: #A84FE3; }
span { border-color: rgb(168,79,227); }
td.TdClassName
{
border-color: #A84FE3;
}
.TagClassName
{
border-color: #A84FE3;
}
</style>