Shades of Medium Purple #A484EC
Tints of Medium Purple #A484EC
RGB
CMYK
RGB Variations
Color information
#A484EC (or 0xA484EC) is known color: Medium Purple. HEX triplet: A4, 84 and EC. RGB value is (164,132,236). Sum of RGB (Red+Green+Blue) = 164+132+236=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #A484EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A484EC is #5B7B13. Grayscale: #999999. Windows color (decimal): -5995284 or 15500452. OLE color: 15500452.
HSL color Cylindrical-coordinate representation of color #A484EC: hue angle of 258.46º degrees, saturation: 0.73, 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 #A484EC is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 132 | 236 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.07 |
| HSL | 258.46º | 0.73% | 0.72% | - |
| HSV(B) | 258.46º | 0.44% | 0.93% | - |
| XYZ | 38.7 | 30.45 | 83.19 | - |
| YUV | 153.42 | 174.6 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 236 | 0.31 | 0.44 | 0 | 0.07 | 258.46 | 0.73 | 0.72 |
| Hex | A4 | 84 | EC | 1F | 2C | 0 | 7 | 102 | 49 | 48 |
| Octal | 244 | 204 | 354 | 37 | 54 | 0 | 7 | 402 | 111 | 110 |
| Binary | 10100100 | 10000100 | 11101100 | 11111 | 101100 | 0 | 111 | 100000010 | 1001001 | 1001000 |
Color Harmonies of #A484EC
Complementary color
Monochromatic Colors of #A484EC
Black with #A484EC
Text Example
Text Example
White with #A484EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A484EC; }
p { color: rgb(164,132,236); }
H1.HeaderClassName
{
color: #A484EC;
}
.AnyTagClassName
{
color: #A484EC;
}
</style>
background-color css
<style>
a { background-color: #A484EC; }
a { background-color: rgb(164,132,236); }
div.DivClassName
{
background-color: #A484EC;
}
.BgClassName
{
background-color: #A484EC;
}
</style>
border-color css
<style>
span { border-color: #A484EC; }
span { border-color: rgb(164,132,236); }
td.TdClassName
{
border-color: #A484EC;
}
.TagClassName
{
border-color: #A484EC;
}
</style>