Shades of Medium Purple #A281E7
Tints of Medium Purple #A281E7
RGB
CMYK
RGB Variations
Color information
#A281E7 (or 0xA281E7) is known color: Medium Purple. HEX triplet: A2, 81 and E7. RGB value is (162,129,231). Sum of RGB (Red+Green+Blue) = 162+129+231=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 231 (90.62% from 255 or 44.25% from 522); Max value from RGB is 231 - color contains mainly: blue. Hex color #A281E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A281E7 is #5D7E18. Grayscale: #969696. Windows color (decimal): -6127129 or 15172002. OLE color: 15172002.
HSL color Cylindrical-coordinate representation of color #A281E7: hue angle of 259.41º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A281E7 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 129 | 231 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.09 |
| HSL | 259.41º | 0.68% | 0.71% | - |
| HSV(B) | 259.41º | 0.44% | 0.91% | - |
| XYZ | 37.17 | 29.15 | 79.27 | - |
| YUV | 150.5 | 173.43 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 231 | 0.30 | 0.44 | 0 | 0.09 | 259.41 | 0.68 | 0.71 |
| Hex | A2 | 81 | E7 | 1E | 2C | 0 | 9 | 103 | 44 | 47 |
| Octal | 242 | 201 | 347 | 36 | 54 | 0 | 11 | 403 | 104 | 107 |
| Binary | 10100010 | 10000001 | 11100111 | 11110 | 101100 | 0 | 1001 | 100000011 | 1000100 | 1000111 |
Color Harmonies of #A281E7
Complementary color
Monochromatic Colors of #A281E7
Black with #A281E7
Text Example
Text Example
White with #A281E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A281E7; }
p { color: rgb(162,129,231); }
H1.HeaderClassName
{
color: #A281E7;
}
.AnyTagClassName
{
color: #A281E7;
}
</style>
background-color css
<style>
a { background-color: #A281E7; }
a { background-color: rgb(162,129,231); }
div.DivClassName
{
background-color: #A281E7;
}
.BgClassName
{
background-color: #A281E7;
}
</style>
border-color css
<style>
span { border-color: #A281E7; }
span { border-color: rgb(162,129,231); }
td.TdClassName
{
border-color: #A281E7;
}
.TagClassName
{
border-color: #A281E7;
}
</style>