Shades of Medium Purple #A484E9
Tints of Medium Purple #A484E9
RGB
CMYK
RGB Variations
Color information
#A484E9 (or 0xA484E9) is known color: Medium Purple. HEX triplet: A4, 84 and E9. RGB value is (164,132,233). Sum of RGB (Red+Green+Blue) = 164+132+233=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #A484E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A484E9 is #5B7B16. Grayscale: #989898. Windows color (decimal): -5995287 or 15303844. OLE color: 15303844.
HSL color Cylindrical-coordinate representation of color #A484E9: hue angle of 259.01º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A484E9 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 132 | 233 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.09 |
| HSL | 259.01º | 0.7% | 0.72% | - |
| HSV(B) | 259.01º | 0.43% | 0.91% | - |
| XYZ | 38.27 | 30.28 | 80.92 | - |
| YUV | 153.08 | 173.1 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 233 | 0.30 | 0.43 | 0 | 0.09 | 259.01 | 0.7 | 0.72 |
| Hex | A4 | 84 | E9 | 1E | 2B | 0 | 9 | 103 | 46 | 48 |
| Octal | 244 | 204 | 351 | 36 | 53 | 0 | 11 | 403 | 106 | 110 |
| Binary | 10100100 | 10000100 | 11101001 | 11110 | 101011 | 0 | 1001 | 100000011 | 1000110 | 1001000 |
Color Harmonies of #A484E9
Complementary color
Monochromatic Colors of #A484E9
Black with #A484E9
Text Example
Text Example
White with #A484E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A484E9; }
p { color: rgb(164,132,233); }
H1.HeaderClassName
{
color: #A484E9;
}
.AnyTagClassName
{
color: #A484E9;
}
</style>
background-color css
<style>
a { background-color: #A484E9; }
a { background-color: rgb(164,132,233); }
div.DivClassName
{
background-color: #A484E9;
}
.BgClassName
{
background-color: #A484E9;
}
</style>
border-color css
<style>
span { border-color: #A484E9; }
span { border-color: rgb(164,132,233); }
td.TdClassName
{
border-color: #A484E9;
}
.TagClassName
{
border-color: #A484E9;
}
</style>