Shades of Medium Orchid #A54FEF
Tints of Medium Orchid #A54FEF
RGB
CMYK
RGB Variations
Color information
#A54FEF (or 0xA54FEF) is known color: Medium Orchid. HEX triplet: A5, 4F and EF. RGB value is (165,79,239). Sum of RGB (Red+Green+Blue) = 165+79+239=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #A54FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54FEF is #5AB010. Grayscale: #7A7A7A. Windows color (decimal): -5943313 or 15683493. OLE color: 15683493.
HSL color Cylindrical-coordinate representation of color #A54FEF: hue angle of 272.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A54FEF is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 79 | 239 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.06 |
| HSL | 272.25º | 0.83% | 0.62% | - |
| HSV(B) | 272.25º | 0.67% | 0.94% | - |
| XYZ | 33.89 | 19.82 | 83.7 | - |
| YUV | 122.95 | 193.49 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 79 | 239 | 0.31 | 0.67 | 0 | 0.06 | 272.25 | 0.83 | 0.62 |
| Hex | A5 | 4F | EF | 1F | 43 | 0 | 6 | 110 | 53 | 3E |
| Octal | 245 | 117 | 357 | 37 | 103 | 0 | 6 | 420 | 123 | 76 |
| Binary | 10100101 | 1001111 | 11101111 | 11111 | 1000011 | 0 | 110 | 100010000 | 1010011 | 111110 |
Color Harmonies of #A54FEF
Complementary color
Monochromatic Colors of #A54FEF
Black with #A54FEF
Text Example
Text Example
White with #A54FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54FEF; }
p { color: rgb(165,79,239); }
H1.HeaderClassName
{
color: #A54FEF;
}
.AnyTagClassName
{
color: #A54FEF;
}
</style>
background-color css
<style>
a { background-color: #A54FEF; }
a { background-color: rgb(165,79,239); }
div.DivClassName
{
background-color: #A54FEF;
}
.BgClassName
{
background-color: #A54FEF;
}
</style>
border-color css
<style>
span { border-color: #A54FEF; }
span { border-color: rgb(165,79,239); }
td.TdClassName
{
border-color: #A54FEF;
}
.TagClassName
{
border-color: #A54FEF;
}
</style>