Shades of Medium Purple #A45EEA
Tints of Medium Purple #A45EEA
RGB
CMYK
RGB Variations
Color information
#A45EEA (or 0xA45EEA) is known color: Medium Purple. HEX triplet: A4, 5E and EA. RGB value is (164,94,234). Sum of RGB (Red+Green+Blue) = 164+94+234=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #A45EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45EEA is #5BA115. Grayscale: #828282. Windows color (decimal): -6005014 or 15359652. OLE color: 15359652.
HSL color Cylindrical-coordinate representation of color #A45EEA: hue angle of 270º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A45EEA is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 94 | 234 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.08 |
| HSL | 270º | 0.77% | 0.64% | - |
| HSV(B) | 270º | 0.6% | 0.92% | - |
| XYZ | 34.16 | 21.84 | 80.26 | - |
| YUV | 130.89 | 186.19 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 94 | 234 | 0.30 | 0.60 | 0 | 0.08 | 270 | 0.77 | 0.64 |
| Hex | A4 | 5E | EA | 1E | 3C | 0 | 8 | 10E | 4D | 40 |
| Octal | 244 | 136 | 352 | 36 | 74 | 0 | 10 | 416 | 115 | 100 |
| Binary | 10100100 | 1011110 | 11101010 | 11110 | 111100 | 0 | 1000 | 100001110 | 1001101 | 1000000 |
Color Harmonies of #A45EEA
Complementary color
Monochromatic Colors of #A45EEA
Black with #A45EEA
Text Example
Text Example
White with #A45EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45EEA; }
p { color: rgb(164,94,234); }
H1.HeaderClassName
{
color: #A45EEA;
}
.AnyTagClassName
{
color: #A45EEA;
}
</style>
background-color css
<style>
a { background-color: #A45EEA; }
a { background-color: rgb(164,94,234); }
div.DivClassName
{
background-color: #A45EEA;
}
.BgClassName
{
background-color: #A45EEA;
}
</style>
border-color css
<style>
span { border-color: #A45EEA; }
span { border-color: rgb(164,94,234); }
td.TdClassName
{
border-color: #A45EEA;
}
.TagClassName
{
border-color: #A45EEA;
}
</style>