Shades of Medium Purple #A484EE
Tints of Medium Purple #A484EE
RGB
CMYK
RGB Variations
Color information
#A484EE (or 0xA484EE) is known color: Medium Purple. HEX triplet: A4, 84 and EE. RGB value is (164,132,238). Sum of RGB (Red+Green+Blue) = 164+132+238=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #A484EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A484EE is #5B7B11. Grayscale: #999999. Windows color (decimal): -5995282 or 15631524. OLE color: 15631524.
HSL color Cylindrical-coordinate representation of color #A484EE: hue angle of 258.11º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A484EE is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 132 | 238 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.07 |
| HSL | 258.11º | 0.76% | 0.73% | - |
| HSV(B) | 258.11º | 0.45% | 0.93% | - |
| XYZ | 38.99 | 30.57 | 84.73 | - |
| YUV | 153.65 | 175.6 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 238 | 0.31 | 0.45 | 0 | 0.07 | 258.11 | 0.76 | 0.73 |
| Hex | A4 | 84 | EE | 1F | 2D | 0 | 7 | 102 | 4C | 49 |
| Octal | 244 | 204 | 356 | 37 | 55 | 0 | 7 | 402 | 114 | 111 |
| Binary | 10100100 | 10000100 | 11101110 | 11111 | 101101 | 0 | 111 | 100000010 | 1001100 | 1001001 |
Color Harmonies of #A484EE
Complementary color
Monochromatic Colors of #A484EE
Black with #A484EE
Text Example
Text Example
White with #A484EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A484EE; }
p { color: rgb(164,132,238); }
H1.HeaderClassName
{
color: #A484EE;
}
.AnyTagClassName
{
color: #A484EE;
}
</style>
background-color css
<style>
a { background-color: #A484EE; }
a { background-color: rgb(164,132,238); }
div.DivClassName
{
background-color: #A484EE;
}
.BgClassName
{
background-color: #A484EE;
}
</style>
border-color css
<style>
span { border-color: #A484EE; }
span { border-color: rgb(164,132,238); }
td.TdClassName
{
border-color: #A484EE;
}
.TagClassName
{
border-color: #A484EE;
}
</style>