Shades of Medium Purple #A281E2
Tints of Medium Purple #A281E2
RGB
CMYK
RGB Variations
Color information
#A281E2 (or 0xA281E2) is known color: Medium Purple. HEX triplet: A2, 81 and E2. RGB value is (162,129,226). Sum of RGB (Red+Green+Blue) = 162+129+226=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 226 (88.67% from 255 or 43.71% from 517); Max value from RGB is 226 - color contains mainly: blue. Hex color #A281E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A281E2 is #5D7E1D. Grayscale: #959595. Windows color (decimal): -6127134 or 14844322. OLE color: 14844322.
HSL color Cylindrical-coordinate representation of color #A281E2: hue angle of 260.41º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A281E2 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 129 | 226 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.11 |
| HSL | 260.41º | 0.63% | 0.7% | - |
| HSV(B) | 260.41º | 0.43% | 0.89% | - |
| XYZ | 36.48 | 28.87 | 75.6 | - |
| YUV | 149.93 | 170.93 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 226 | 0.28 | 0.43 | 0 | 0.11 | 260.41 | 0.63 | 0.7 |
| Hex | A2 | 81 | E2 | 1C | 2B | 0 | B | 104 | 3F | 46 |
| Octal | 242 | 201 | 342 | 34 | 53 | 0 | 13 | 404 | 77 | 106 |
| Binary | 10100010 | 10000001 | 11100010 | 11100 | 101011 | 0 | 1011 | 100000100 | 111111 | 1000110 |
Color Harmonies of #A281E2
Complementary color
Monochromatic Colors of #A281E2
Black with #A281E2
Text Example
Text Example
White with #A281E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A281E2; }
p { color: rgb(162,129,226); }
H1.HeaderClassName
{
color: #A281E2;
}
.AnyTagClassName
{
color: #A281E2;
}
</style>
background-color css
<style>
a { background-color: #A281E2; }
a { background-color: rgb(162,129,226); }
div.DivClassName
{
background-color: #A281E2;
}
.BgClassName
{
background-color: #A281E2;
}
</style>
border-color css
<style>
span { border-color: #A281E2; }
span { border-color: rgb(162,129,226); }
td.TdClassName
{
border-color: #A281E2;
}
.TagClassName
{
border-color: #A281E2;
}
</style>