Shades of Medium Purple #A284EC
Tints of Medium Purple #A284EC
RGB
CMYK
RGB Variations
Color information
#A284EC (or 0xA284EC) is known color: Medium Purple. HEX triplet: A2, 84 and EC. RGB value is (162,132,236). Sum of RGB (Red+Green+Blue) = 162+132+236=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #A284EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A284EC is #5D7B13. Grayscale: #989898. Windows color (decimal): -6126356 or 15500450. OLE color: 15500450.
HSL color Cylindrical-coordinate representation of color #A284EC: hue angle of 257.31º 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 #A284EC is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 132 | 236 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.07 |
| HSL | 257.31º | 0.73% | 0.72% | - |
| HSV(B) | 257.31º | 0.44% | 0.93% | - |
| XYZ | 38.29 | 30.24 | 83.18 | - |
| YUV | 152.83 | 174.94 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 236 | 0.31 | 0.44 | 0 | 0.07 | 257.31 | 0.73 | 0.72 |
| Hex | A2 | 84 | EC | 1F | 2C | 0 | 7 | 101 | 49 | 48 |
| Octal | 242 | 204 | 354 | 37 | 54 | 0 | 7 | 401 | 111 | 110 |
| Binary | 10100010 | 10000100 | 11101100 | 11111 | 101100 | 0 | 111 | 100000001 | 1001001 | 1001000 |
Color Harmonies of #A284EC
Complementary color
Monochromatic Colors of #A284EC
Black with #A284EC
Text Example
Text Example
White with #A284EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A284EC; }
p { color: rgb(162,132,236); }
H1.HeaderClassName
{
color: #A284EC;
}
.AnyTagClassName
{
color: #A284EC;
}
</style>
background-color css
<style>
a { background-color: #A284EC; }
a { background-color: rgb(162,132,236); }
div.DivClassName
{
background-color: #A284EC;
}
.BgClassName
{
background-color: #A284EC;
}
</style>
border-color css
<style>
span { border-color: #A284EC; }
span { border-color: rgb(162,132,236); }
td.TdClassName
{
border-color: #A284EC;
}
.TagClassName
{
border-color: #A284EC;
}
</style>