Shades of Medium Orchid #A54DF1
Tints of Medium Orchid #A54DF1
RGB
CMYK
RGB Variations
Color information
#A54DF1 (or 0xA54DF1) is known color: Medium Orchid. HEX triplet: A5, 4D and F1. RGB value is (165,77,241). Sum of RGB (Red+Green+Blue) = 165+77+241=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #A54DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54DF1 is #5AB20E. Grayscale: #797979. Windows color (decimal): -5943823 or 15814053. OLE color: 15814053.
HSL color Cylindrical-coordinate representation of color #A54DF1: hue angle of 272.2º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A54DF1 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 77 | 241 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.05 |
| HSL | 272.2º | 0.85% | 0.62% | - |
| HSV(B) | 272.2º | 0.68% | 0.95% | - |
| XYZ | 34.05 | 19.66 | 85.22 | - |
| YUV | 122.01 | 195.15 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 241 | 0.32 | 0.68 | 0 | 0.05 | 272.2 | 0.85 | 0.62 |
| Hex | A5 | 4D | F1 | 20 | 44 | 0 | 5 | 110 | 55 | 3E |
| Octal | 245 | 115 | 361 | 40 | 104 | 0 | 5 | 420 | 125 | 76 |
| Binary | 10100101 | 1001101 | 11110001 | 100000 | 1000100 | 0 | 101 | 100010000 | 1010101 | 111110 |
Color Harmonies of #A54DF1
Complementary color
Monochromatic Colors of #A54DF1
Black with #A54DF1
Text Example
Text Example
White with #A54DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54DF1; }
p { color: rgb(165,77,241); }
H1.HeaderClassName
{
color: #A54DF1;
}
.AnyTagClassName
{
color: #A54DF1;
}
</style>
background-color css
<style>
a { background-color: #A54DF1; }
a { background-color: rgb(165,77,241); }
div.DivClassName
{
background-color: #A54DF1;
}
.BgClassName
{
background-color: #A54DF1;
}
</style>
border-color css
<style>
span { border-color: #A54DF1; }
span { border-color: rgb(165,77,241); }
td.TdClassName
{
border-color: #A54DF1;
}
.TagClassName
{
border-color: #A54DF1;
}
</style>