Shades of Medium Orchid #A54FE8
Tints of Medium Orchid #A54FE8
RGB
CMYK
RGB Variations
Color information
#A54FE8 (or 0xA54FE8) is known color: Medium Orchid. HEX triplet: A5, 4F and E8. RGB value is (165,79,232). Sum of RGB (Red+Green+Blue) = 165+79+232=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 232 - color contains mainly: blue. Hex color #A54FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54FE8 is #5AB017. Grayscale: #797979. Windows color (decimal): -5943320 or 15224741. OLE color: 15224741.
HSL color Cylindrical-coordinate representation of color #A54FE8: hue angle of 273.73º degrees, saturation: 0.77, 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 #A54FE8 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 79 | 232 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.09 |
| HSL | 273.73º | 0.77% | 0.61% | - |
| HSV(B) | 273.73º | 0.66% | 0.91% | - |
| XYZ | 32.88 | 19.42 | 78.36 | - |
| YUV | 122.16 | 189.99 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 79 | 232 | 0.29 | 0.66 | 0 | 0.09 | 273.73 | 0.77 | 0.61 |
| Hex | A5 | 4F | E8 | 1D | 42 | 0 | 9 | 112 | 4D | 3D |
| Octal | 245 | 117 | 350 | 35 | 102 | 0 | 11 | 422 | 115 | 75 |
| Binary | 10100101 | 1001111 | 11101000 | 11101 | 1000010 | 0 | 1001 | 100010010 | 1001101 | 111101 |
Color Harmonies of #A54FE8
Complementary color
Monochromatic Colors of #A54FE8
Black with #A54FE8
Text Example
Text Example
White with #A54FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54FE8; }
p { color: rgb(165,79,232); }
H1.HeaderClassName
{
color: #A54FE8;
}
.AnyTagClassName
{
color: #A54FE8;
}
</style>
background-color css
<style>
a { background-color: #A54FE8; }
a { background-color: rgb(165,79,232); }
div.DivClassName
{
background-color: #A54FE8;
}
.BgClassName
{
background-color: #A54FE8;
}
</style>
border-color css
<style>
span { border-color: #A54FE8; }
span { border-color: rgb(165,79,232); }
td.TdClassName
{
border-color: #A54FE8;
}
.TagClassName
{
border-color: #A54FE8;
}
</style>