Shades of Medium Orchid #A84ED0
Tints of Medium Orchid #A84ED0
RGB
CMYK
RGB Variations
Color information
#A84ED0 (or 0xA84ED0) is known color: Medium Orchid. HEX triplet: A8, 4E and D0. RGB value is (168,78,208). Sum of RGB (Red+Green+Blue) = 168+78+208=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #A84ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84ED0 is #57B12F. Grayscale: #777777. Windows color (decimal): -5746992 or 13651624. OLE color: 13651624.
HSL color Cylindrical-coordinate representation of color #A84ED0: hue angle of 281.54º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84ED0 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 78 | 208 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.18 |
| HSL | 281.54º | 0.58% | 0.56% | - |
| HSV(B) | 281.54º | 0.63% | 0.82% | - |
| XYZ | 30.26 | 18.33 | 61.62 | - |
| YUV | 119.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 208 | 0.19 | 0.62 | 0 | 0.18 | 281.54 | 0.58 | 0.56 |
| Hex | A8 | 4E | D0 | 13 | 3E | 0 | 12 | 11A | 3A | 38 |
| Octal | 250 | 116 | 320 | 23 | 76 | 0 | 22 | 432 | 72 | 70 |
| Binary | 10101000 | 1001110 | 11010000 | 10011 | 111110 | 0 | 10010 | 100011010 | 111010 | 111000 |
Color Harmonies of #A84ED0
Complementary color
Monochromatic Colors of #A84ED0
Black with #A84ED0
Text Example
Text Example
White with #A84ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84ED0; }
p { color: rgb(168,78,208); }
H1.HeaderClassName
{
color: #A84ED0;
}
.AnyTagClassName
{
color: #A84ED0;
}
</style>
background-color css
<style>
a { background-color: #A84ED0; }
a { background-color: rgb(168,78,208); }
div.DivClassName
{
background-color: #A84ED0;
}
.BgClassName
{
background-color: #A84ED0;
}
</style>
border-color css
<style>
span { border-color: #A84ED0; }
span { border-color: rgb(168,78,208); }
td.TdClassName
{
border-color: #A84ED0;
}
.TagClassName
{
border-color: #A84ED0;
}
</style>