Shades of Medium Orchid #A54AEE
Tints of Medium Orchid #A54AEE
RGB
CMYK
RGB Variations
Color information
#A54AEE (or 0xA54AEE) is known color: Medium Orchid. HEX triplet: A5, 4A and EE. RGB value is (165,74,238). Sum of RGB (Red+Green+Blue) = 165+74+238=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #A54AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54AEE is #5AB511. Grayscale: #777777. Windows color (decimal): -5944594 or 15616677. OLE color: 15616677.
HSL color Cylindrical-coordinate representation of color #A54AEE: hue angle of 273.29º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A54AEE is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 74 | 238 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.07 |
| HSL | 273.29º | 0.83% | 0.61% | - |
| HSV(B) | 273.29º | 0.69% | 0.93% | - |
| XYZ | 33.4 | 19.07 | 82.81 | - |
| YUV | 119.91 | 194.65 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 74 | 238 | 0.31 | 0.69 | 0 | 0.07 | 273.29 | 0.83 | 0.61 |
| Hex | A5 | 4A | EE | 1F | 45 | 0 | 7 | 111 | 53 | 3D |
| Octal | 245 | 112 | 356 | 37 | 105 | 0 | 7 | 421 | 123 | 75 |
| Binary | 10100101 | 1001010 | 11101110 | 11111 | 1000101 | 0 | 111 | 100010001 | 1010011 | 111101 |
Color Harmonies of #A54AEE
Complementary color
Monochromatic Colors of #A54AEE
Black with #A54AEE
Text Example
Text Example
White with #A54AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54AEE; }
p { color: rgb(165,74,238); }
H1.HeaderClassName
{
color: #A54AEE;
}
.AnyTagClassName
{
color: #A54AEE;
}
</style>
background-color css
<style>
a { background-color: #A54AEE; }
a { background-color: rgb(165,74,238); }
div.DivClassName
{
background-color: #A54AEE;
}
.BgClassName
{
background-color: #A54AEE;
}
</style>
border-color css
<style>
span { border-color: #A54AEE; }
span { border-color: rgb(165,74,238); }
td.TdClassName
{
border-color: #A54AEE;
}
.TagClassName
{
border-color: #A54AEE;
}
</style>