Shades of Medium Orchid #A54FEA
Tints of Medium Orchid #A54FEA
RGB
CMYK
RGB Variations
Color information
#A54FEA (or 0xA54FEA) is known color: Medium Orchid. HEX triplet: A5, 4F and EA. RGB value is (165,79,234). Sum of RGB (Red+Green+Blue) = 165+79+234=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #A54FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54FEA is #5AB015. Grayscale: #797979. Windows color (decimal): -5943318 or 15355813. OLE color: 15355813.
HSL color Cylindrical-coordinate representation of color #A54FEA: hue angle of 273.29º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A54FEA is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 79 | 234 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.08 |
| HSL | 273.29º | 0.79% | 0.61% | - |
| HSV(B) | 273.29º | 0.66% | 0.92% | - |
| XYZ | 33.16 | 19.53 | 79.86 | - |
| YUV | 122.38 | 190.99 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 79 | 234 | 0.29 | 0.66 | 0 | 0.08 | 273.29 | 0.79 | 0.61 |
| Hex | A5 | 4F | EA | 1D | 42 | 0 | 8 | 111 | 4F | 3D |
| Octal | 245 | 117 | 352 | 35 | 102 | 0 | 10 | 421 | 117 | 75 |
| Binary | 10100101 | 1001111 | 11101010 | 11101 | 1000010 | 0 | 1000 | 100010001 | 1001111 | 111101 |
Color Harmonies of #A54FEA
Complementary color
Monochromatic Colors of #A54FEA
Black with #A54FEA
Text Example
Text Example
White with #A54FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54FEA; }
p { color: rgb(165,79,234); }
H1.HeaderClassName
{
color: #A54FEA;
}
.AnyTagClassName
{
color: #A54FEA;
}
</style>
background-color css
<style>
a { background-color: #A54FEA; }
a { background-color: rgb(165,79,234); }
div.DivClassName
{
background-color: #A54FEA;
}
.BgClassName
{
background-color: #A54FEA;
}
</style>
border-color css
<style>
span { border-color: #A54FEA; }
span { border-color: rgb(165,79,234); }
td.TdClassName
{
border-color: #A54FEA;
}
.TagClassName
{
border-color: #A54FEA;
}
</style>