Shades of Medium Orchid #A84CEB
Tints of Medium Orchid #A84CEB
RGB
CMYK
RGB Variations
Color information
#A84CEB (or 0xA84CEB) is known color: Medium Orchid. HEX triplet: A8, 4C and EB. RGB value is (168,76,235). Sum of RGB (Red+Green+Blue) = 168+76+235=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #A84CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84CEB is #57B314. Grayscale: #797979. Windows color (decimal): -5747477 or 15420584. OLE color: 15420584.
HSL color Cylindrical-coordinate representation of color #A84CEB: hue angle of 274.72º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A84CEB is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 76 | 235 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.08 |
| HSL | 274.72º | 0.8% | 0.61% | - |
| HSV(B) | 274.72º | 0.68% | 0.92% | - |
| XYZ | 33.73 | 19.49 | 80.58 | - |
| YUV | 121.63 | 191.98 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 235 | 0.29 | 0.68 | 0 | 0.08 | 274.72 | 0.8 | 0.61 |
| Hex | A8 | 4C | EB | 1D | 44 | 0 | 8 | 113 | 50 | 3D |
| Octal | 250 | 114 | 353 | 35 | 104 | 0 | 10 | 423 | 120 | 75 |
| Binary | 10101000 | 1001100 | 11101011 | 11101 | 1000100 | 0 | 1000 | 100010011 | 1010000 | 111101 |
Color Harmonies of #A84CEB
Complementary color
Monochromatic Colors of #A84CEB
Black with #A84CEB
Text Example
Text Example
White with #A84CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84CEB; }
p { color: rgb(168,76,235); }
H1.HeaderClassName
{
color: #A84CEB;
}
.AnyTagClassName
{
color: #A84CEB;
}
</style>
background-color css
<style>
a { background-color: #A84CEB; }
a { background-color: rgb(168,76,235); }
div.DivClassName
{
background-color: #A84CEB;
}
.BgClassName
{
background-color: #A84CEB;
}
</style>
border-color css
<style>
span { border-color: #A84CEB; }
span { border-color: rgb(168,76,235); }
td.TdClassName
{
border-color: #A84CEB;
}
.TagClassName
{
border-color: #A84CEB;
}
</style>