Shades of Medium Orchid #A54CED
Tints of Medium Orchid #A54CED
RGB
CMYK
RGB Variations
Color information
#A54CED (or 0xA54CED) is known color: Medium Orchid. HEX triplet: A5, 4C and ED. RGB value is (165,76,237). Sum of RGB (Red+Green+Blue) = 165+76+237=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #A54CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54CED is #5AB312. Grayscale: #787878. Windows color (decimal): -5944083 or 15551653. OLE color: 15551653.
HSL color Cylindrical-coordinate representation of color #A54CED: hue angle of 273.17º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A54CED is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 76 | 237 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.07 |
| HSL | 273.17º | 0.82% | 0.61% | - |
| HSV(B) | 273.17º | 0.68% | 0.93% | - |
| XYZ | 33.39 | 19.28 | 82.08 | - |
| YUV | 120.97 | 193.49 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 237 | 0.30 | 0.68 | 0 | 0.07 | 273.17 | 0.82 | 0.61 |
| Hex | A5 | 4C | ED | 1E | 44 | 0 | 7 | 111 | 52 | 3D |
| Octal | 245 | 114 | 355 | 36 | 104 | 0 | 7 | 421 | 122 | 75 |
| Binary | 10100101 | 1001100 | 11101101 | 11110 | 1000100 | 0 | 111 | 100010001 | 1010010 | 111101 |
Color Harmonies of #A54CED
Complementary color
Monochromatic Colors of #A54CED
Black with #A54CED
Text Example
Text Example
White with #A54CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54CED; }
p { color: rgb(165,76,237); }
H1.HeaderClassName
{
color: #A54CED;
}
.AnyTagClassName
{
color: #A54CED;
}
</style>
background-color css
<style>
a { background-color: #A54CED; }
a { background-color: rgb(165,76,237); }
div.DivClassName
{
background-color: #A54CED;
}
.BgClassName
{
background-color: #A54CED;
}
</style>
border-color css
<style>
span { border-color: #A54CED; }
span { border-color: rgb(165,76,237); }
td.TdClassName
{
border-color: #A54CED;
}
.TagClassName
{
border-color: #A54CED;
}
</style>