Shades of Medium Orchid #A84BED
Tints of Medium Orchid #A84BED
RGB
CMYK
RGB Variations
Color information
#A84BED (or 0xA84BED) is known color: Medium Orchid. HEX triplet: A8, 4B and ED. RGB value is (168,75,237). Sum of RGB (Red+Green+Blue) = 168+75+237=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #A84BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84BED is #57B412. Grayscale: #787878. Windows color (decimal): -5747731 or 15551400. OLE color: 15551400.
HSL color Cylindrical-coordinate representation of color #A84BED: hue angle of 274.44º 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 #A84BED is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 75 | 237 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.07 |
| HSL | 274.44º | 0.82% | 0.61% | - |
| HSV(B) | 274.44º | 0.68% | 0.93% | - |
| XYZ | 33.95 | 19.47 | 82.09 | - |
| YUV | 121.28 | 193.31 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 237 | 0.29 | 0.68 | 0 | 0.07 | 274.44 | 0.82 | 0.61 |
| Hex | A8 | 4B | ED | 1D | 44 | 0 | 7 | 112 | 52 | 3D |
| Octal | 250 | 113 | 355 | 35 | 104 | 0 | 7 | 422 | 122 | 75 |
| Binary | 10101000 | 1001011 | 11101101 | 11101 | 1000100 | 0 | 111 | 100010010 | 1010010 | 111101 |
Color Harmonies of #A84BED
Complementary color
Monochromatic Colors of #A84BED
Black with #A84BED
Text Example
Text Example
White with #A84BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84BED; }
p { color: rgb(168,75,237); }
H1.HeaderClassName
{
color: #A84BED;
}
.AnyTagClassName
{
color: #A84BED;
}
</style>
background-color css
<style>
a { background-color: #A84BED; }
a { background-color: rgb(168,75,237); }
div.DivClassName
{
background-color: #A84BED;
}
.BgClassName
{
background-color: #A84BED;
}
</style>
border-color css
<style>
span { border-color: #A84BED; }
span { border-color: rgb(168,75,237); }
td.TdClassName
{
border-color: #A84BED;
}
.TagClassName
{
border-color: #A84BED;
}
</style>