Shades of Medium Orchid #A54DF4
Tints of Medium Orchid #A54DF4
RGB
CMYK
RGB Variations
Color information
#A54DF4 (or 0xA54DF4) is known color: Medium Orchid. HEX triplet: A5, 4D and F4. RGB value is (165,77,244). Sum of RGB (Red+Green+Blue) = 165+77+244=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #A54DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54DF4 is #5AB20B. Grayscale: #797979. Windows color (decimal): -5943820 or 16010661. OLE color: 16010661.
HSL color Cylindrical-coordinate representation of color #A54DF4: hue angle of 271.62º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A54DF4 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 77 | 244 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.04 |
| HSL | 271.62º | 0.88% | 0.63% | - |
| HSV(B) | 271.62º | 0.68% | 0.96% | - |
| XYZ | 34.5 | 19.84 | 87.6 | - |
| YUV | 122.35 | 196.65 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 244 | 0.32 | 0.68 | 0 | 0.04 | 271.62 | 0.88 | 0.63 |
| Hex | A5 | 4D | F4 | 20 | 44 | 0 | 4 | 110 | 58 | 3F |
| Octal | 245 | 115 | 364 | 40 | 104 | 0 | 4 | 420 | 130 | 77 |
| Binary | 10100101 | 1001101 | 11110100 | 100000 | 1000100 | 0 | 100 | 100010000 | 1011000 | 111111 |
Color Harmonies of #A54DF4
Complementary color
Monochromatic Colors of #A54DF4
Black with #A54DF4
Text Example
Text Example
White with #A54DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54DF4; }
p { color: rgb(165,77,244); }
H1.HeaderClassName
{
color: #A54DF4;
}
.AnyTagClassName
{
color: #A54DF4;
}
</style>
background-color css
<style>
a { background-color: #A54DF4; }
a { background-color: rgb(165,77,244); }
div.DivClassName
{
background-color: #A54DF4;
}
.BgClassName
{
background-color: #A54DF4;
}
</style>
border-color css
<style>
span { border-color: #A54DF4; }
span { border-color: rgb(165,77,244); }
td.TdClassName
{
border-color: #A54DF4;
}
.TagClassName
{
border-color: #A54DF4;
}
</style>