Shades of Medium Orchid #A84CED
Tints of Medium Orchid #A84CED
RGB
CMYK
RGB Variations
Color information
#A84CED (or 0xA84CED) is known color: Medium Orchid. HEX triplet: A8, 4C and ED. RGB value is (168,76,237). Sum of RGB (Red+Green+Blue) = 168+76+237=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #A84CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84CED is #57B312. Grayscale: #797979. Windows color (decimal): -5747475 or 15551656. OLE color: 15551656.
HSL color Cylindrical-coordinate representation of color #A84CED: hue angle of 274.29º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A84CED is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 76 | 237 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.07 |
| HSL | 274.29º | 0.82% | 0.61% | - |
| HSV(B) | 274.29º | 0.68% | 0.93% | - |
| XYZ | 34.02 | 19.61 | 82.11 | - |
| YUV | 121.86 | 192.98 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 237 | 0.29 | 0.68 | 0 | 0.07 | 274.29 | 0.82 | 0.61 |
| Hex | A8 | 4C | ED | 1D | 44 | 0 | 7 | 112 | 52 | 3D |
| Octal | 250 | 114 | 355 | 35 | 104 | 0 | 7 | 422 | 122 | 75 |
| Binary | 10101000 | 1001100 | 11101101 | 11101 | 1000100 | 0 | 111 | 100010010 | 1010010 | 111101 |
Color Harmonies of #A84CED
Complementary color
Monochromatic Colors of #A84CED
Black with #A84CED
Text Example
Text Example
White with #A84CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84CED; }
p { color: rgb(168,76,237); }
H1.HeaderClassName
{
color: #A84CED;
}
.AnyTagClassName
{
color: #A84CED;
}
</style>
background-color css
<style>
a { background-color: #A84CED; }
a { background-color: rgb(168,76,237); }
div.DivClassName
{
background-color: #A84CED;
}
.BgClassName
{
background-color: #A84CED;
}
</style>
border-color css
<style>
span { border-color: #A84CED; }
span { border-color: rgb(168,76,237); }
td.TdClassName
{
border-color: #A84CED;
}
.TagClassName
{
border-color: #A84CED;
}
</style>