Shades of Medium Orchid #A84BEB
Tints of Medium Orchid #A84BEB
RGB
CMYK
RGB Variations
Color information
#A84BEB (or 0xA84BEB) is known color: Medium Orchid. HEX triplet: A8, 4B and EB. RGB value is (168,75,235). Sum of RGB (Red+Green+Blue) = 168+75+235=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #A84BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84BEB is #57B414. Grayscale: #787878. Windows color (decimal): -5747733 or 15420328. OLE color: 15420328.
HSL color Cylindrical-coordinate representation of color #A84BEB: hue angle of 274.88º 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 #A84BEB is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 75 | 235 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.08 |
| HSL | 274.88º | 0.8% | 0.61% | - |
| HSV(B) | 274.88º | 0.68% | 0.92% | - |
| XYZ | 33.66 | 19.36 | 80.56 | - |
| YUV | 121.05 | 192.31 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 235 | 0.29 | 0.68 | 0 | 0.08 | 274.88 | 0.8 | 0.61 |
| Hex | A8 | 4B | EB | 1D | 44 | 0 | 8 | 113 | 50 | 3D |
| Octal | 250 | 113 | 353 | 35 | 104 | 0 | 10 | 423 | 120 | 75 |
| Binary | 10101000 | 1001011 | 11101011 | 11101 | 1000100 | 0 | 1000 | 100010011 | 1010000 | 111101 |
Color Harmonies of #A84BEB
Complementary color
Monochromatic Colors of #A84BEB
Black with #A84BEB
Text Example
Text Example
White with #A84BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84BEB; }
p { color: rgb(168,75,235); }
H1.HeaderClassName
{
color: #A84BEB;
}
.AnyTagClassName
{
color: #A84BEB;
}
</style>
background-color css
<style>
a { background-color: #A84BEB; }
a { background-color: rgb(168,75,235); }
div.DivClassName
{
background-color: #A84BEB;
}
.BgClassName
{
background-color: #A84BEB;
}
</style>
border-color css
<style>
span { border-color: #A84BEB; }
span { border-color: rgb(168,75,235); }
td.TdClassName
{
border-color: #A84BEB;
}
.TagClassName
{
border-color: #A84BEB;
}
</style>