Shades of Medium Orchid #A54FF4
Tints of Medium Orchid #A54FF4
RGB
CMYK
RGB Variations
Color information
#A54FF4 (or 0xA54FF4) is known color: Medium Orchid. HEX triplet: A5, 4F and F4. RGB value is (165,79,244). Sum of RGB (Red+Green+Blue) = 165+79+244=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 244 (95.70% from 255 or 50% from 488); Max value from RGB is 244 - color contains mainly: blue. Hex color #A54FF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54FF4 is #5AB00B. Grayscale: #7A7A7A. Windows color (decimal): -5943308 or 16011173. OLE color: 16011173.
HSL color Cylindrical-coordinate representation of color #A54FF4: hue angle of 271.27º 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 #A54FF4 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 79 | 244 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.04 |
| HSL | 271.27º | 0.88% | 0.63% | - |
| HSV(B) | 271.27º | 0.68% | 0.96% | - |
| XYZ | 34.64 | 20.12 | 87.65 | - |
| YUV | 123.52 | 195.99 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 79 | 244 | 0.32 | 0.68 | 0 | 0.04 | 271.27 | 0.88 | 0.63 |
| Hex | A5 | 4F | F4 | 20 | 44 | 0 | 4 | 10F | 58 | 3F |
| Octal | 245 | 117 | 364 | 40 | 104 | 0 | 4 | 417 | 130 | 77 |
| Binary | 10100101 | 1001111 | 11110100 | 100000 | 1000100 | 0 | 100 | 100001111 | 1011000 | 111111 |
Color Harmonies of #A54FF4
Complementary color
Monochromatic Colors of #A54FF4
Black with #A54FF4
Text Example
Text Example
White with #A54FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54FF4; }
p { color: rgb(165,79,244); }
H1.HeaderClassName
{
color: #A54FF4;
}
.AnyTagClassName
{
color: #A54FF4;
}
</style>
background-color css
<style>
a { background-color: #A54FF4; }
a { background-color: rgb(165,79,244); }
div.DivClassName
{
background-color: #A54FF4;
}
.BgClassName
{
background-color: #A54FF4;
}
</style>
border-color css
<style>
span { border-color: #A54FF4; }
span { border-color: rgb(165,79,244); }
td.TdClassName
{
border-color: #A54FF4;
}
.TagClassName
{
border-color: #A54FF4;
}
</style>