Shades of Medium Purple #A281EE
Tints of Medium Purple #A281EE
RGB
CMYK
RGB Variations
Color information
#A281EE (or 0xA281EE) is known color: Medium Purple. HEX triplet: A2, 81 and EE. RGB value is (162,129,238). Sum of RGB (Red+Green+Blue) = 162+129+238=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #A281EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A281EE is #5D7E11. Grayscale: #969696. Windows color (decimal): -6127122 or 15630754. OLE color: 15630754.
HSL color Cylindrical-coordinate representation of color #A281EE: hue angle of 258.17º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A281EE is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 129 | 238 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.07 |
| HSL | 258.17º | 0.76% | 0.72% | - |
| HSV(B) | 258.17º | 0.46% | 0.93% | - |
| XYZ | 38.18 | 29.55 | 84.58 | - |
| YUV | 151.29 | 176.93 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 238 | 0.32 | 0.46 | 0 | 0.07 | 258.17 | 0.76 | 0.72 |
| Hex | A2 | 81 | EE | 20 | 2E | 0 | 7 | 102 | 4C | 48 |
| Octal | 242 | 201 | 356 | 40 | 56 | 0 | 7 | 402 | 114 | 110 |
| Binary | 10100010 | 10000001 | 11101110 | 100000 | 101110 | 0 | 111 | 100000010 | 1001100 | 1001000 |
Color Harmonies of #A281EE
Complementary color
Monochromatic Colors of #A281EE
Black with #A281EE
Text Example
Text Example
White with #A281EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A281EE; }
p { color: rgb(162,129,238); }
H1.HeaderClassName
{
color: #A281EE;
}
.AnyTagClassName
{
color: #A281EE;
}
</style>
background-color css
<style>
a { background-color: #A281EE; }
a { background-color: rgb(162,129,238); }
div.DivClassName
{
background-color: #A281EE;
}
.BgClassName
{
background-color: #A281EE;
}
</style>
border-color css
<style>
span { border-color: #A281EE; }
span { border-color: rgb(162,129,238); }
td.TdClassName
{
border-color: #A281EE;
}
.TagClassName
{
border-color: #A281EE;
}
</style>