Shades of Medium Orchid #A854E5
Tints of Medium Orchid #A854E5
RGB
CMYK
RGB Variations
Color information
#A854E5 (or 0xA854E5) is known color: Medium Orchid. HEX triplet: A8, 54 and E5. RGB value is (168,84,229). Sum of RGB (Red+Green+Blue) = 168+84+229=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #A854E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A854E5 is #57AB1A. Grayscale: #7D7D7D. Windows color (decimal): -5745435 or 15029416. OLE color: 15029416.
HSL color Cylindrical-coordinate representation of color #A854E5: hue angle of 274.76º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A854E5 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 84 | 229 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.10 |
| HSL | 274.76º | 0.74% | 0.61% | - |
| HSV(B) | 274.76º | 0.63% | 0.9% | - |
| XYZ | 33.46 | 20.32 | 76.29 | - |
| YUV | 125.65 | 186.33 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 229 | 0.27 | 0.63 | 0 | 0.10 | 274.76 | 0.74 | 0.61 |
| Hex | A8 | 54 | E5 | 1B | 3F | 0 | A | 113 | 4A | 3D |
| Octal | 250 | 124 | 345 | 33 | 77 | 0 | 12 | 423 | 112 | 75 |
| Binary | 10101000 | 1010100 | 11100101 | 11011 | 111111 | 0 | 1010 | 100010011 | 1001010 | 111101 |
Color Harmonies of #A854E5
Complementary color
Monochromatic Colors of #A854E5
Black with #A854E5
Text Example
Text Example
White with #A854E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A854E5; }
p { color: rgb(168,84,229); }
H1.HeaderClassName
{
color: #A854E5;
}
.AnyTagClassName
{
color: #A854E5;
}
</style>
background-color css
<style>
a { background-color: #A854E5; }
a { background-color: rgb(168,84,229); }
div.DivClassName
{
background-color: #A854E5;
}
.BgClassName
{
background-color: #A854E5;
}
</style>
border-color css
<style>
span { border-color: #A854E5; }
span { border-color: rgb(168,84,229); }
td.TdClassName
{
border-color: #A854E5;
}
.TagClassName
{
border-color: #A854E5;
}
</style>