Shades of Medium Orchid #A854D4
Tints of Medium Orchid #A854D4
RGB
CMYK
RGB Variations
Color information
#A854D4 (or 0xA854D4) is known color: Medium Orchid. HEX triplet: A8, 54 and D4. RGB value is (168,84,212). Sum of RGB (Red+Green+Blue) = 168+84+212=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 212 - color contains mainly: blue. Hex color #A854D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A854D4 is #57AB2B. Grayscale: #7B7B7B. Windows color (decimal): -5745452 or 13915304. OLE color: 13915304.
HSL color Cylindrical-coordinate representation of color #A854D4: hue angle of 279.38º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A854D4 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 84 | 212 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.17 |
| HSL | 279.38º | 0.6% | 0.58% | - |
| HSV(B) | 279.38º | 0.6% | 0.83% | - |
| XYZ | 31.2 | 19.42 | 64.39 | - |
| YUV | 123.71 | 177.83 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 212 | 0.21 | 0.60 | 0 | 0.17 | 279.38 | 0.6 | 0.58 |
| Hex | A8 | 54 | D4 | 15 | 3C | 0 | 11 | 117 | 3C | 3A |
| Octal | 250 | 124 | 324 | 25 | 74 | 0 | 21 | 427 | 74 | 72 |
| Binary | 10101000 | 1010100 | 11010100 | 10101 | 111100 | 0 | 10001 | 100010111 | 111100 | 111010 |
Color Harmonies of #A854D4
Complementary color
Monochromatic Colors of #A854D4
Black with #A854D4
Text Example
Text Example
White with #A854D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A854D4; }
p { color: rgb(168,84,212); }
H1.HeaderClassName
{
color: #A854D4;
}
.AnyTagClassName
{
color: #A854D4;
}
</style>
background-color css
<style>
a { background-color: #A854D4; }
a { background-color: rgb(168,84,212); }
div.DivClassName
{
background-color: #A854D4;
}
.BgClassName
{
background-color: #A854D4;
}
</style>
border-color css
<style>
span { border-color: #A854D4; }
span { border-color: rgb(168,84,212); }
td.TdClassName
{
border-color: #A854D4;
}
.TagClassName
{
border-color: #A854D4;
}
</style>