Shades of Medium Orchid #A84CCF
Tints of Medium Orchid #A84CCF
RGB
CMYK
RGB Variations
Color information
#A84CCF (or 0xA84CCF) is known color: Medium Orchid. HEX triplet: A8, 4C and CF. RGB value is (168,76,207). Sum of RGB (Red+Green+Blue) = 168+76+207=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #A84CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84CCF is #57B330. Grayscale: #767676. Windows color (decimal): -5747505 or 13585576. OLE color: 13585576.
HSL color Cylindrical-coordinate representation of color #A84CCF: hue angle of 282.14º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A84CCF is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 76 | 207 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.19 |
| HSL | 282.14º | 0.58% | 0.55% | - |
| HSV(B) | 282.14º | 0.63% | 0.81% | - |
| XYZ | 30 | 18 | 60.92 | - |
| YUV | 118.44 | 177.98 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 207 | 0.19 | 0.63 | 0 | 0.19 | 282.14 | 0.58 | 0.55 |
| Hex | A8 | 4C | CF | 13 | 3F | 0 | 13 | 11A | 3A | 37 |
| Octal | 250 | 114 | 317 | 23 | 77 | 0 | 23 | 432 | 72 | 67 |
| Binary | 10101000 | 1001100 | 11001111 | 10011 | 111111 | 0 | 10011 | 100011010 | 111010 | 110111 |
Color Harmonies of #A84CCF
Complementary color
Monochromatic Colors of #A84CCF
Black with #A84CCF
Text Example
Text Example
White with #A84CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84CCF; }
p { color: rgb(168,76,207); }
H1.HeaderClassName
{
color: #A84CCF;
}
.AnyTagClassName
{
color: #A84CCF;
}
</style>
background-color css
<style>
a { background-color: #A84CCF; }
a { background-color: rgb(168,76,207); }
div.DivClassName
{
background-color: #A84CCF;
}
.BgClassName
{
background-color: #A84CCF;
}
</style>
border-color css
<style>
span { border-color: #A84CCF; }
span { border-color: rgb(168,76,207); }
td.TdClassName
{
border-color: #A84CCF;
}
.TagClassName
{
border-color: #A84CCF;
}
</style>