Shades of Medium Orchid #A84CE0
Tints of Medium Orchid #A84CE0
RGB
CMYK
RGB Variations
Color information
#A84CE0 (or 0xA84CE0) is known color: Medium Orchid. HEX triplet: A8, 4C and E0. RGB value is (168,76,224). Sum of RGB (Red+Green+Blue) = 168+76+224=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #A84CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84CE0 is #57B31F. Grayscale: #777777. Windows color (decimal): -5747488 or 14699688. OLE color: 14699688.
HSL color Cylindrical-coordinate representation of color #A84CE0: hue angle of 277.3º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A84CE0 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 76 | 224 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.12 |
| HSL | 277.3º | 0.7% | 0.59% | - |
| HSV(B) | 277.3º | 0.66% | 0.88% | - |
| XYZ | 32.19 | 18.88 | 72.47 | - |
| YUV | 120.38 | 186.48 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 224 | 0.25 | 0.66 | 0 | 0.12 | 277.3 | 0.7 | 0.59 |
| Hex | A8 | 4C | E0 | 19 | 42 | 0 | C | 115 | 46 | 3B |
| Octal | 250 | 114 | 340 | 31 | 102 | 0 | 14 | 425 | 106 | 73 |
| Binary | 10101000 | 1001100 | 11100000 | 11001 | 1000010 | 0 | 1100 | 100010101 | 1000110 | 111011 |
Color Harmonies of #A84CE0
Complementary color
Monochromatic Colors of #A84CE0
Black with #A84CE0
Text Example
Text Example
White with #A84CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84CE0; }
p { color: rgb(168,76,224); }
H1.HeaderClassName
{
color: #A84CE0;
}
.AnyTagClassName
{
color: #A84CE0;
}
</style>
background-color css
<style>
a { background-color: #A84CE0; }
a { background-color: rgb(168,76,224); }
div.DivClassName
{
background-color: #A84CE0;
}
.BgClassName
{
background-color: #A84CE0;
}
</style>
border-color css
<style>
span { border-color: #A84CE0; }
span { border-color: rgb(168,76,224); }
td.TdClassName
{
border-color: #A84CE0;
}
.TagClassName
{
border-color: #A84CE0;
}
</style>