Shades of Medium Orchid #A84ECC
Tints of Medium Orchid #A84ECC
RGB
CMYK
RGB Variations
Color information
#A84ECC (or 0xA84ECC) is known color: Medium Orchid. HEX triplet: A8, 4E and CC. RGB value is (168,78,204). Sum of RGB (Red+Green+Blue) = 168+78+204=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #A84ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84ECC is #57B133. Grayscale: #767676. Windows color (decimal): -5746996 or 13389480. OLE color: 13389480.
HSL color Cylindrical-coordinate representation of color #A84ECC: hue angle of 282.86º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84ECC is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 78 | 204 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.2 |
| HSL | 282.86º | 0.55% | 0.55% | - |
| HSV(B) | 282.86º | 0.62% | 0.8% | - |
| XYZ | 29.77 | 18.13 | 59.06 | - |
| YUV | 119.27 | 175.82 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 204 | 0.18 | 0.62 | 0 | 0.2 | 282.86 | 0.55 | 0.55 |
| Hex | A8 | 4E | CC | 12 | 3E | 0 | 14 | 11B | 37 | 37 |
| Octal | 250 | 116 | 314 | 22 | 76 | 0 | 24 | 433 | 67 | 67 |
| Binary | 10101000 | 1001110 | 11001100 | 10010 | 111110 | 0 | 10100 | 100011011 | 110111 | 110111 |
Color Harmonies of #A84ECC
Complementary color
Monochromatic Colors of #A84ECC
Black with #A84ECC
Text Example
Text Example
White with #A84ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84ECC; }
p { color: rgb(168,78,204); }
H1.HeaderClassName
{
color: #A84ECC;
}
.AnyTagClassName
{
color: #A84ECC;
}
</style>
background-color css
<style>
a { background-color: #A84ECC; }
a { background-color: rgb(168,78,204); }
div.DivClassName
{
background-color: #A84ECC;
}
.BgClassName
{
background-color: #A84ECC;
}
</style>
border-color css
<style>
span { border-color: #A84ECC; }
span { border-color: rgb(168,78,204); }
td.TdClassName
{
border-color: #A84ECC;
}
.TagClassName
{
border-color: #A84ECC;
}
</style>