Shades of Medium Purple #A45AED
Tints of Medium Purple #A45AED
RGB
CMYK
RGB Variations
Color information
#A45AED (or 0xA45AED) is known color: Medium Purple. HEX triplet: A4, 5A and ED. RGB value is (164,90,237). Sum of RGB (Red+Green+Blue) = 164+90+237=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #A45AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45AED is #5BA512. Grayscale: #808080. Windows color (decimal): -6006035 or 15555236. OLE color: 15555236.
HSL color Cylindrical-coordinate representation of color #A45AED: hue angle of 270.2º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A45AED is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 90 | 237 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.07 |
| HSL | 270.2º | 0.8% | 0.64% | - |
| HSV(B) | 270.2º | 0.62% | 0.93% | - |
| XYZ | 34.25 | 21.32 | 82.43 | - |
| YUV | 128.88 | 189.02 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 237 | 0.31 | 0.62 | 0 | 0.07 | 270.2 | 0.8 | 0.64 |
| Hex | A4 | 5A | ED | 1F | 3E | 0 | 7 | 10E | 50 | 40 |
| Octal | 244 | 132 | 355 | 37 | 76 | 0 | 7 | 416 | 120 | 100 |
| Binary | 10100100 | 1011010 | 11101101 | 11111 | 111110 | 0 | 111 | 100001110 | 1010000 | 1000000 |
Color Harmonies of #A45AED
Complementary color
Monochromatic Colors of #A45AED
Black with #A45AED
Text Example
Text Example
White with #A45AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45AED; }
p { color: rgb(164,90,237); }
H1.HeaderClassName
{
color: #A45AED;
}
.AnyTagClassName
{
color: #A45AED;
}
</style>
background-color css
<style>
a { background-color: #A45AED; }
a { background-color: rgb(164,90,237); }
div.DivClassName
{
background-color: #A45AED;
}
.BgClassName
{
background-color: #A45AED;
}
</style>
border-color css
<style>
span { border-color: #A45AED; }
span { border-color: rgb(164,90,237); }
td.TdClassName
{
border-color: #A45AED;
}
.TagClassName
{
border-color: #A45AED;
}
</style>