Shades of Medium Orchid #A54EEE
Tints of Medium Orchid #A54EEE
RGB
CMYK
RGB Variations
Color information
#A54EEE (or 0xA54EEE) is known color: Medium Orchid. HEX triplet: A5, 4E and EE. RGB value is (165,78,238). Sum of RGB (Red+Green+Blue) = 165+78+238=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #A54EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54EEE is #5AB111. Grayscale: #797979. Windows color (decimal): -5943570 or 15617701. OLE color: 15617701.
HSL color Cylindrical-coordinate representation of color #A54EEE: hue angle of 272.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A54EEE is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 78 | 238 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.07 |
| HSL | 272.63º | 0.82% | 0.62% | - |
| HSV(B) | 272.63º | 0.67% | 0.93% | - |
| XYZ | 33.67 | 19.62 | 82.9 | - |
| YUV | 122.25 | 193.32 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 238 | 0.31 | 0.67 | 0 | 0.07 | 272.63 | 0.82 | 0.62 |
| Hex | A5 | 4E | EE | 1F | 43 | 0 | 7 | 111 | 52 | 3E |
| Octal | 245 | 116 | 356 | 37 | 103 | 0 | 7 | 421 | 122 | 76 |
| Binary | 10100101 | 1001110 | 11101110 | 11111 | 1000011 | 0 | 111 | 100010001 | 1010010 | 111110 |
Color Harmonies of #A54EEE
Complementary color
Monochromatic Colors of #A54EEE
Black with #A54EEE
Text Example
Text Example
White with #A54EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54EEE; }
p { color: rgb(165,78,238); }
H1.HeaderClassName
{
color: #A54EEE;
}
.AnyTagClassName
{
color: #A54EEE;
}
</style>
background-color css
<style>
a { background-color: #A54EEE; }
a { background-color: rgb(165,78,238); }
div.DivClassName
{
background-color: #A54EEE;
}
.BgClassName
{
background-color: #A54EEE;
}
</style>
border-color css
<style>
span { border-color: #A54EEE; }
span { border-color: rgb(165,78,238); }
td.TdClassName
{
border-color: #A54EEE;
}
.TagClassName
{
border-color: #A54EEE;
}
</style>