Shades of Medium Orchid #A54FE9
Tints of Medium Orchid #A54FE9
RGB
CMYK
RGB Variations
Color information
#A54FE9 (or 0xA54FE9) is known color: Medium Orchid. HEX triplet: A5, 4F and E9. RGB value is (165,79,233). Sum of RGB (Red+Green+Blue) = 165+79+233=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 233 (91.41% from 255 or 48.85% from 477); Max value from RGB is 233 - color contains mainly: blue. Hex color #A54FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54FE9 is #5AB016. Grayscale: #797979. Windows color (decimal): -5943319 or 15290277. OLE color: 15290277.
HSL color Cylindrical-coordinate representation of color #A54FE9: hue angle of 273.51º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A54FE9 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 79 | 233 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.09 |
| HSL | 273.51º | 0.78% | 0.61% | - |
| HSV(B) | 273.51º | 0.66% | 0.91% | - |
| XYZ | 33.02 | 19.47 | 79.11 | - |
| YUV | 122.27 | 190.49 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 79 | 233 | 0.29 | 0.66 | 0 | 0.09 | 273.51 | 0.78 | 0.61 |
| Hex | A5 | 4F | E9 | 1D | 42 | 0 | 9 | 112 | 4E | 3D |
| Octal | 245 | 117 | 351 | 35 | 102 | 0 | 11 | 422 | 116 | 75 |
| Binary | 10100101 | 1001111 | 11101001 | 11101 | 1000010 | 0 | 1001 | 100010010 | 1001110 | 111101 |
Color Harmonies of #A54FE9
Complementary color
Monochromatic Colors of #A54FE9
Black with #A54FE9
Text Example
Text Example
White with #A54FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54FE9; }
p { color: rgb(165,79,233); }
H1.HeaderClassName
{
color: #A54FE9;
}
.AnyTagClassName
{
color: #A54FE9;
}
</style>
background-color css
<style>
a { background-color: #A54FE9; }
a { background-color: rgb(165,79,233); }
div.DivClassName
{
background-color: #A54FE9;
}
.BgClassName
{
background-color: #A54FE9;
}
</style>
border-color css
<style>
span { border-color: #A54FE9; }
span { border-color: rgb(165,79,233); }
td.TdClassName
{
border-color: #A54FE9;
}
.TagClassName
{
border-color: #A54FE9;
}
</style>