Shades of Medium Purple #A284F0
Tints of Medium Purple #A284F0
RGB
CMYK
RGB Variations
Color information
#A284F0 (or 0xA284F0) is known color: Medium Purple. HEX triplet: A2, 84 and F0. RGB value is (162,132,240). Sum of RGB (Red+Green+Blue) = 162+132+240=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #A284F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A284F0 is #5D7B0F. Grayscale: #989898. Windows color (decimal): -6126352 or 15762594. OLE color: 15762594.
HSL color Cylindrical-coordinate representation of color #A284F0: hue angle of 256.67º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A284F0 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 132 | 240 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.06 |
| HSL | 256.67º | 0.78% | 0.73% | - |
| HSV(B) | 256.67º | 0.45% | 0.94% | - |
| XYZ | 38.88 | 30.48 | 86.27 | - |
| YUV | 153.28 | 176.94 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 240 | 0.32 | 0.45 | 0 | 0.06 | 256.67 | 0.78 | 0.73 |
| Hex | A2 | 84 | F0 | 20 | 2D | 0 | 6 | 101 | 4E | 49 |
| Octal | 242 | 204 | 360 | 40 | 55 | 0 | 6 | 401 | 116 | 111 |
| Binary | 10100010 | 10000100 | 11110000 | 100000 | 101101 | 0 | 110 | 100000001 | 1001110 | 1001001 |
Color Harmonies of #A284F0
Complementary color
Monochromatic Colors of #A284F0
Black with #A284F0
Text Example
Text Example
White with #A284F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A284F0; }
p { color: rgb(162,132,240); }
H1.HeaderClassName
{
color: #A284F0;
}
.AnyTagClassName
{
color: #A284F0;
}
</style>
background-color css
<style>
a { background-color: #A284F0; }
a { background-color: rgb(162,132,240); }
div.DivClassName
{
background-color: #A284F0;
}
.BgClassName
{
background-color: #A284F0;
}
</style>
border-color css
<style>
span { border-color: #A284F0; }
span { border-color: rgb(162,132,240); }
td.TdClassName
{
border-color: #A284F0;
}
.TagClassName
{
border-color: #A284F0;
}
</style>