Shades of Medium Orchid #A84CE7
Tints of Medium Orchid #A84CE7
RGB
CMYK
RGB Variations
Color information
#A84CE7 (or 0xA84CE7) is known color: Medium Orchid. HEX triplet: A8, 4C and E7. RGB value is (168,76,231). Sum of RGB (Red+Green+Blue) = 168+76+231=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 231 (90.62% from 255 or 48.63% from 475); Max value from RGB is 231 - color contains mainly: blue. Hex color #A84CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84CE7 is #57B318. Grayscale: #787878. Windows color (decimal): -5747481 or 15158440. OLE color: 15158440.
HSL color Cylindrical-coordinate representation of color #A84CE7: hue angle of 275.61º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A84CE7 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 76 | 231 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.09 |
| HSL | 275.61º | 0.76% | 0.6% | - |
| HSV(B) | 275.61º | 0.67% | 0.91% | - |
| XYZ | 33.16 | 19.26 | 77.57 | - |
| YUV | 121.18 | 189.98 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 231 | 0.27 | 0.67 | 0 | 0.09 | 275.61 | 0.76 | 0.6 |
| Hex | A8 | 4C | E7 | 1B | 43 | 0 | 9 | 114 | 4C | 3C |
| Octal | 250 | 114 | 347 | 33 | 103 | 0 | 11 | 424 | 114 | 74 |
| Binary | 10101000 | 1001100 | 11100111 | 11011 | 1000011 | 0 | 1001 | 100010100 | 1001100 | 111100 |
Color Harmonies of #A84CE7
Complementary color
Monochromatic Colors of #A84CE7
Black with #A84CE7
Text Example
Text Example
White with #A84CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84CE7; }
p { color: rgb(168,76,231); }
H1.HeaderClassName
{
color: #A84CE7;
}
.AnyTagClassName
{
color: #A84CE7;
}
</style>
background-color css
<style>
a { background-color: #A84CE7; }
a { background-color: rgb(168,76,231); }
div.DivClassName
{
background-color: #A84CE7;
}
.BgClassName
{
background-color: #A84CE7;
}
</style>
border-color css
<style>
span { border-color: #A84CE7; }
span { border-color: rgb(168,76,231); }
td.TdClassName
{
border-color: #A84CE7;
}
.TagClassName
{
border-color: #A84CE7;
}
</style>