Shades of Medium Purple #A281E5
Tints of Medium Purple #A281E5
RGB
CMYK
RGB Variations
Color information
#A281E5 (or 0xA281E5) is known color: Medium Purple. HEX triplet: A2, 81 and E5. RGB value is (162,129,229). Sum of RGB (Red+Green+Blue) = 162+129+229=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #A281E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A281E5 is #5D7E1A. Grayscale: #959595. Windows color (decimal): -6127131 or 15040930. OLE color: 15040930.
HSL color Cylindrical-coordinate representation of color #A281E5: hue angle of 259.8º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A281E5 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 129 | 229 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.10 |
| HSL | 259.8º | 0.66% | 0.7% | - |
| HSV(B) | 259.8º | 0.44% | 0.9% | - |
| XYZ | 36.89 | 29.04 | 77.79 | - |
| YUV | 150.27 | 172.43 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 229 | 0.29 | 0.44 | 0 | 0.10 | 259.8 | 0.66 | 0.7 |
| Hex | A2 | 81 | E5 | 1D | 2C | 0 | A | 104 | 42 | 46 |
| Octal | 242 | 201 | 345 | 35 | 54 | 0 | 12 | 404 | 102 | 106 |
| Binary | 10100010 | 10000001 | 11100101 | 11101 | 101100 | 0 | 1010 | 100000100 | 1000010 | 1000110 |
Color Harmonies of #A281E5
Complementary color
Monochromatic Colors of #A281E5
Black with #A281E5
Text Example
Text Example
White with #A281E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A281E5; }
p { color: rgb(162,129,229); }
H1.HeaderClassName
{
color: #A281E5;
}
.AnyTagClassName
{
color: #A281E5;
}
</style>
background-color css
<style>
a { background-color: #A281E5; }
a { background-color: rgb(162,129,229); }
div.DivClassName
{
background-color: #A281E5;
}
.BgClassName
{
background-color: #A281E5;
}
</style>
border-color css
<style>
span { border-color: #A281E5; }
span { border-color: rgb(162,129,229); }
td.TdClassName
{
border-color: #A281E5;
}
.TagClassName
{
border-color: #A281E5;
}
</style>