Shades of Medium Purple #A284E3
Tints of Medium Purple #A284E3
RGB
CMYK
RGB Variations
Color information
#A284E3 (or 0xA284E3) is known color: Medium Purple. HEX triplet: A2, 84 and E3. RGB value is (162,132,227). Sum of RGB (Red+Green+Blue) = 162+132+227=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 227 - color contains mainly: blue. Hex color #A284E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A284E3 is #5D7B1C. Grayscale: #979797. Windows color (decimal): -6126365 or 14910626. OLE color: 14910626.
HSL color Cylindrical-coordinate representation of color #A284E3: hue angle of 258.95º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A284E3 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 132 | 227 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.11 |
| HSL | 258.95º | 0.63% | 0.7% | - |
| HSV(B) | 258.95º | 0.42% | 0.89% | - |
| XYZ | 37.02 | 29.73 | 76.46 | - |
| YUV | 151.8 | 170.44 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 227 | 0.29 | 0.42 | 0 | 0.11 | 258.95 | 0.63 | 0.7 |
| Hex | A2 | 84 | E3 | 1D | 2A | 0 | B | 103 | 3F | 46 |
| Octal | 242 | 204 | 343 | 35 | 52 | 0 | 13 | 403 | 77 | 106 |
| Binary | 10100010 | 10000100 | 11100011 | 11101 | 101010 | 0 | 1011 | 100000011 | 111111 | 1000110 |
Color Harmonies of #A284E3
Complementary color
Monochromatic Colors of #A284E3
Black with #A284E3
Text Example
Text Example
White with #A284E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A284E3; }
p { color: rgb(162,132,227); }
H1.HeaderClassName
{
color: #A284E3;
}
.AnyTagClassName
{
color: #A284E3;
}
</style>
background-color css
<style>
a { background-color: #A284E3; }
a { background-color: rgb(162,132,227); }
div.DivClassName
{
background-color: #A284E3;
}
.BgClassName
{
background-color: #A284E3;
}
</style>
border-color css
<style>
span { border-color: #A284E3; }
span { border-color: rgb(162,132,227); }
td.TdClassName
{
border-color: #A284E3;
}
.TagClassName
{
border-color: #A284E3;
}
</style>