Shades of Medium Purple #A781E9
Tints of Medium Purple #A781E9
RGB
CMYK
RGB Variations
Color information
#A781E9 (or 0xA781E9) is known color: Medium Purple. HEX triplet: A7, 81 and E9. RGB value is (167,129,233). Sum of RGB (Red+Green+Blue) = 167+129+233=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #A781E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A781E9 is #587E16. Grayscale: #979797. Windows color (decimal): -5799447 or 15303079. OLE color: 15303079.
HSL color Cylindrical-coordinate representation of color #A781E9: hue angle of 261.92º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A781E9 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 129 | 233 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.09 |
| HSL | 261.92º | 0.7% | 0.71% | - |
| HSV(B) | 261.92º | 0.45% | 0.91% | - |
| XYZ | 38.49 | 29.8 | 80.81 | - |
| YUV | 152.22 | 173.59 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 129 | 233 | 0.28 | 0.45 | 0 | 0.09 | 261.92 | 0.7 | 0.71 |
| Hex | A7 | 81 | E9 | 1C | 2D | 0 | 9 | 106 | 46 | 47 |
| Octal | 247 | 201 | 351 | 34 | 55 | 0 | 11 | 406 | 106 | 107 |
| Binary | 10100111 | 10000001 | 11101001 | 11100 | 101101 | 0 | 1001 | 100000110 | 1000110 | 1000111 |
Color Harmonies of #A781E9
Complementary color
Monochromatic Colors of #A781E9
Black with #A781E9
Text Example
Text Example
White with #A781E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A781E9; }
p { color: rgb(167,129,233); }
H1.HeaderClassName
{
color: #A781E9;
}
.AnyTagClassName
{
color: #A781E9;
}
</style>
background-color css
<style>
a { background-color: #A781E9; }
a { background-color: rgb(167,129,233); }
div.DivClassName
{
background-color: #A781E9;
}
.BgClassName
{
background-color: #A781E9;
}
</style>
border-color css
<style>
span { border-color: #A781E9; }
span { border-color: rgb(167,129,233); }
td.TdClassName
{
border-color: #A781E9;
}
.TagClassName
{
border-color: #A781E9;
}
</style>