Shades of Medium Orchid #A854CF
Tints of Medium Orchid #A854CF
RGB
CMYK
RGB Variations
Color information
#A854CF (or 0xA854CF) is known color: Medium Orchid. HEX triplet: A8, 54 and CF. RGB value is (168,84,207). Sum of RGB (Red+Green+Blue) = 168+84+207=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #A854CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A854CF is #57AB30. Grayscale: #7A7A7A. Windows color (decimal): -5745457 or 13587624. OLE color: 13587624.
HSL color Cylindrical-coordinate representation of color #A854CF: hue angle of 280.98º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A854CF is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 84 | 207 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.19 |
| HSL | 280.98º | 0.56% | 0.57% | - |
| HSV(B) | 280.98º | 0.59% | 0.81% | - |
| XYZ | 30.58 | 19.17 | 61.12 | - |
| YUV | 123.14 | 175.33 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 207 | 0.19 | 0.59 | 0 | 0.19 | 280.98 | 0.56 | 0.57 |
| Hex | A8 | 54 | CF | 13 | 3B | 0 | 13 | 119 | 38 | 39 |
| Octal | 250 | 124 | 317 | 23 | 73 | 0 | 23 | 431 | 70 | 71 |
| Binary | 10101000 | 1010100 | 11001111 | 10011 | 111011 | 0 | 10011 | 100011001 | 111000 | 111001 |
Color Harmonies of #A854CF
Complementary color
Monochromatic Colors of #A854CF
Black with #A854CF
Text Example
Text Example
White with #A854CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A854CF; }
p { color: rgb(168,84,207); }
H1.HeaderClassName
{
color: #A854CF;
}
.AnyTagClassName
{
color: #A854CF;
}
</style>
background-color css
<style>
a { background-color: #A854CF; }
a { background-color: rgb(168,84,207); }
div.DivClassName
{
background-color: #A854CF;
}
.BgClassName
{
background-color: #A854CF;
}
</style>
border-color css
<style>
span { border-color: #A854CF; }
span { border-color: rgb(168,84,207); }
td.TdClassName
{
border-color: #A854CF;
}
.TagClassName
{
border-color: #A854CF;
}
</style>