Shades of Medium Orchid #A54CE8
Tints of Medium Orchid #A54CE8
RGB
CMYK
RGB Variations
Color information
#A54CE8 (or 0xA54CE8) is known color: Medium Orchid. HEX triplet: A5, 4C and E8. RGB value is (165,76,232). Sum of RGB (Red+Green+Blue) = 165+76+232=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 232 - color contains mainly: blue. Hex color #A54CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54CE8 is #5AB317. Grayscale: #777777. Windows color (decimal): -5944088 or 15223973. OLE color: 15223973.
HSL color Cylindrical-coordinate representation of color #A54CE8: hue angle of 274.23º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A54CE8 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 76 | 232 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.09 |
| HSL | 274.23º | 0.77% | 0.6% | - |
| HSV(B) | 274.23º | 0.67% | 0.91% | - |
| XYZ | 32.67 | 18.99 | 78.29 | - |
| YUV | 120.4 | 190.99 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 232 | 0.29 | 0.67 | 0 | 0.09 | 274.23 | 0.77 | 0.6 |
| Hex | A5 | 4C | E8 | 1D | 43 | 0 | 9 | 112 | 4D | 3C |
| Octal | 245 | 114 | 350 | 35 | 103 | 0 | 11 | 422 | 115 | 74 |
| Binary | 10100101 | 1001100 | 11101000 | 11101 | 1000011 | 0 | 1001 | 100010010 | 1001101 | 111100 |
Color Harmonies of #A54CE8
Complementary color
Monochromatic Colors of #A54CE8
Black with #A54CE8
Text Example
Text Example
White with #A54CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54CE8; }
p { color: rgb(165,76,232); }
H1.HeaderClassName
{
color: #A54CE8;
}
.AnyTagClassName
{
color: #A54CE8;
}
</style>
background-color css
<style>
a { background-color: #A54CE8; }
a { background-color: rgb(165,76,232); }
div.DivClassName
{
background-color: #A54CE8;
}
.BgClassName
{
background-color: #A54CE8;
}
</style>
border-color css
<style>
span { border-color: #A54CE8; }
span { border-color: rgb(165,76,232); }
td.TdClassName
{
border-color: #A54CE8;
}
.TagClassName
{
border-color: #A54CE8;
}
</style>