Shades of Medium Orchid #A84EE8
Tints of Medium Orchid #A84EE8
RGB
CMYK
RGB Variations
Color information
#A84EE8 (or 0xA84EE8) is known color: Medium Orchid. HEX triplet: A8, 4E and E8. RGB value is (168,78,232). Sum of RGB (Red+Green+Blue) = 168+78+232=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 232 - color contains mainly: blue. Hex color #A84EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84EE8 is #57B117. Grayscale: #797979. Windows color (decimal): -5746968 or 15224488. OLE color: 15224488.
HSL color Cylindrical-coordinate representation of color #A84EE8: hue angle of 275.06º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A84EE8 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 78 | 232 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.09 |
| HSL | 275.06º | 0.77% | 0.61% | - |
| HSV(B) | 275.06º | 0.66% | 0.91% | - |
| XYZ | 33.44 | 19.6 | 78.36 | - |
| YUV | 122.47 | 189.82 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 232 | 0.28 | 0.66 | 0 | 0.09 | 275.06 | 0.77 | 0.61 |
| Hex | A8 | 4E | E8 | 1C | 42 | 0 | 9 | 113 | 4D | 3D |
| Octal | 250 | 116 | 350 | 34 | 102 | 0 | 11 | 423 | 115 | 75 |
| Binary | 10101000 | 1001110 | 11101000 | 11100 | 1000010 | 0 | 1001 | 100010011 | 1001101 | 111101 |
Color Harmonies of #A84EE8
Complementary color
Monochromatic Colors of #A84EE8
Black with #A84EE8
Text Example
Text Example
White with #A84EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84EE8; }
p { color: rgb(168,78,232); }
H1.HeaderClassName
{
color: #A84EE8;
}
.AnyTagClassName
{
color: #A84EE8;
}
</style>
background-color css
<style>
a { background-color: #A84EE8; }
a { background-color: rgb(168,78,232); }
div.DivClassName
{
background-color: #A84EE8;
}
.BgClassName
{
background-color: #A84EE8;
}
</style>
border-color css
<style>
span { border-color: #A84EE8; }
span { border-color: rgb(168,78,232); }
td.TdClassName
{
border-color: #A84EE8;
}
.TagClassName
{
border-color: #A84EE8;
}
</style>