Shades of Medium Orchid #A854DD
Tints of Medium Orchid #A854DD
RGB
CMYK
RGB Variations
Color information
#A854DD (or 0xA854DD) is known color: Medium Orchid. HEX triplet: A8, 54 and DD. RGB value is (168,84,221). Sum of RGB (Red+Green+Blue) = 168+84+221=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #A854DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A854DD is #57AB22. Grayscale: #7C7C7C. Windows color (decimal): -5745443 or 14505128. OLE color: 14505128.
HSL color Cylindrical-coordinate representation of color #A854DD: hue angle of 276.79º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A854DD is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 84 | 221 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.13 |
| HSL | 276.79º | 0.67% | 0.6% | - |
| HSV(B) | 276.79º | 0.62% | 0.87% | - |
| XYZ | 32.37 | 19.89 | 70.54 | - |
| YUV | 124.73 | 182.33 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 221 | 0.24 | 0.62 | 0 | 0.13 | 276.79 | 0.67 | 0.6 |
| Hex | A8 | 54 | DD | 18 | 3E | 0 | D | 115 | 43 | 3C |
| Octal | 250 | 124 | 335 | 30 | 76 | 0 | 15 | 425 | 103 | 74 |
| Binary | 10101000 | 1010100 | 11011101 | 11000 | 111110 | 0 | 1101 | 100010101 | 1000011 | 111100 |
Color Harmonies of #A854DD
Complementary color
Monochromatic Colors of #A854DD
Black with #A854DD
Text Example
Text Example
White with #A854DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A854DD; }
p { color: rgb(168,84,221); }
H1.HeaderClassName
{
color: #A854DD;
}
.AnyTagClassName
{
color: #A854DD;
}
</style>
background-color css
<style>
a { background-color: #A854DD; }
a { background-color: rgb(168,84,221); }
div.DivClassName
{
background-color: #A854DD;
}
.BgClassName
{
background-color: #A854DD;
}
</style>
border-color css
<style>
span { border-color: #A854DD; }
span { border-color: rgb(168,84,221); }
td.TdClassName
{
border-color: #A854DD;
}
.TagClassName
{
border-color: #A854DD;
}
</style>