Shades of Medium Purple #A45EED
Tints of Medium Purple #A45EED
RGB
CMYK
RGB Variations
Color information
#A45EED (or 0xA45EED) is known color: Medium Purple. HEX triplet: A4, 5E and ED. RGB value is (164,94,237). Sum of RGB (Red+Green+Blue) = 164+94+237=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #A45EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45EED is #5BA112. Grayscale: #828282. Windows color (decimal): -6005011 or 15556260. OLE color: 15556260.
HSL color Cylindrical-coordinate representation of color #A45EED: hue angle of 269.37º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A45EED is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 94 | 237 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.07 |
| HSL | 269.37º | 0.8% | 0.65% | - |
| HSV(B) | 269.37º | 0.6% | 0.93% | - |
| XYZ | 34.6 | 22.01 | 82.55 | - |
| YUV | 131.23 | 187.69 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 94 | 237 | 0.31 | 0.60 | 0 | 0.07 | 269.37 | 0.8 | 0.65 |
| Hex | A4 | 5E | ED | 1F | 3C | 0 | 7 | 10D | 50 | 41 |
| Octal | 244 | 136 | 355 | 37 | 74 | 0 | 7 | 415 | 120 | 101 |
| Binary | 10100100 | 1011110 | 11101101 | 11111 | 111100 | 0 | 111 | 100001101 | 1010000 | 1000001 |
Color Harmonies of #A45EED
Complementary color
Monochromatic Colors of #A45EED
Black with #A45EED
Text Example
Text Example
White with #A45EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45EED; }
p { color: rgb(164,94,237); }
H1.HeaderClassName
{
color: #A45EED;
}
.AnyTagClassName
{
color: #A45EED;
}
</style>
background-color css
<style>
a { background-color: #A45EED; }
a { background-color: rgb(164,94,237); }
div.DivClassName
{
background-color: #A45EED;
}
.BgClassName
{
background-color: #A45EED;
}
</style>
border-color css
<style>
span { border-color: #A45EED; }
span { border-color: rgb(164,94,237); }
td.TdClassName
{
border-color: #A45EED;
}
.TagClassName
{
border-color: #A45EED;
}
</style>