Shades of Medium Purple #A484ED
Tints of Medium Purple #A484ED
RGB
CMYK
RGB Variations
Color information
#A484ED (or 0xA484ED) is known color: Medium Purple. HEX triplet: A4, 84 and ED. RGB value is (164,132,237). Sum of RGB (Red+Green+Blue) = 164+132+237=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #A484ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A484ED is #5B7B12. Grayscale: #999999. Windows color (decimal): -5995283 or 15565988. OLE color: 15565988.
HSL color Cylindrical-coordinate representation of color #A484ED: hue angle of 258.29º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A484ED is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 132 | 237 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.07 |
| HSL | 258.29º | 0.74% | 0.72% | - |
| HSV(B) | 258.29º | 0.44% | 0.93% | - |
| XYZ | 38.85 | 30.51 | 83.96 | - |
| YUV | 153.54 | 175.1 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 237 | 0.31 | 0.44 | 0 | 0.07 | 258.29 | 0.74 | 0.72 |
| Hex | A4 | 84 | ED | 1F | 2C | 0 | 7 | 102 | 4A | 48 |
| Octal | 244 | 204 | 355 | 37 | 54 | 0 | 7 | 402 | 112 | 110 |
| Binary | 10100100 | 10000100 | 11101101 | 11111 | 101100 | 0 | 111 | 100000010 | 1001010 | 1001000 |
Color Harmonies of #A484ED
Complementary color
Monochromatic Colors of #A484ED
Black with #A484ED
Text Example
Text Example
White with #A484ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A484ED; }
p { color: rgb(164,132,237); }
H1.HeaderClassName
{
color: #A484ED;
}
.AnyTagClassName
{
color: #A484ED;
}
</style>
background-color css
<style>
a { background-color: #A484ED; }
a { background-color: rgb(164,132,237); }
div.DivClassName
{
background-color: #A484ED;
}
.BgClassName
{
background-color: #A484ED;
}
</style>
border-color css
<style>
span { border-color: #A484ED; }
span { border-color: rgb(164,132,237); }
td.TdClassName
{
border-color: #A484ED;
}
.TagClassName
{
border-color: #A484ED;
}
</style>