Shades of Medium Orchid #A854D1
Tints of Medium Orchid #A854D1
RGB
CMYK
RGB Variations
Color information
#A854D1 (or 0xA854D1) is known color: Medium Orchid. HEX triplet: A8, 54 and D1. RGB value is (168,84,209). Sum of RGB (Red+Green+Blue) = 168+84+209=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #A854D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A854D1 is #57AB2E. Grayscale: #7A7A7A. Windows color (decimal): -5745455 or 13718696. OLE color: 13718696.
HSL color Cylindrical-coordinate representation of color #A854D1: hue angle of 280.32º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A854D1 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 84 | 209 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.18 |
| HSL | 280.32º | 0.58% | 0.57% | - |
| HSV(B) | 280.32º | 0.6% | 0.82% | - |
| XYZ | 30.83 | 19.27 | 62.42 | - |
| YUV | 123.37 | 176.33 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 209 | 0.20 | 0.60 | 0 | 0.18 | 280.32 | 0.58 | 0.57 |
| Hex | A8 | 54 | D1 | 14 | 3C | 0 | 12 | 118 | 3A | 39 |
| Octal | 250 | 124 | 321 | 24 | 74 | 0 | 22 | 430 | 72 | 71 |
| Binary | 10101000 | 1010100 | 11010001 | 10100 | 111100 | 0 | 10010 | 100011000 | 111010 | 111001 |
Color Harmonies of #A854D1
Complementary color
Monochromatic Colors of #A854D1
Black with #A854D1
Text Example
Text Example
White with #A854D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A854D1; }
p { color: rgb(168,84,209); }
H1.HeaderClassName
{
color: #A854D1;
}
.AnyTagClassName
{
color: #A854D1;
}
</style>
background-color css
<style>
a { background-color: #A854D1; }
a { background-color: rgb(168,84,209); }
div.DivClassName
{
background-color: #A854D1;
}
.BgClassName
{
background-color: #A854D1;
}
</style>
border-color css
<style>
span { border-color: #A854D1; }
span { border-color: rgb(168,84,209); }
td.TdClassName
{
border-color: #A854D1;
}
.TagClassName
{
border-color: #A854D1;
}
</style>