Shades of Medium Purple #A781E5
Tints of Medium Purple #A781E5
RGB
CMYK
RGB Variations
Color information
#A781E5 (or 0xA781E5) is known color: Medium Purple. HEX triplet: A7, 81 and E5. RGB value is (167,129,229). Sum of RGB (Red+Green+Blue) = 167+129+229=525 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.81% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #A781E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A781E5 is #587E1A. Grayscale: #979797. Windows color (decimal): -5799451 or 15040935. OLE color: 15040935.
HSL color Cylindrical-coordinate representation of color #A781E5: hue angle of 262.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 #A781E5 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 129 | 229 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.10 |
| HSL | 262.8º | 0.66% | 0.7% | - |
| HSV(B) | 262.8º | 0.44% | 0.9% | - |
| XYZ | 37.93 | 29.57 | 77.84 | - |
| YUV | 151.76 | 171.59 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 129 | 229 | 0.27 | 0.44 | 0 | 0.10 | 262.8 | 0.66 | 0.7 |
| Hex | A7 | 81 | E5 | 1B | 2C | 0 | A | 107 | 42 | 46 |
| Octal | 247 | 201 | 345 | 33 | 54 | 0 | 12 | 407 | 102 | 106 |
| Binary | 10100111 | 10000001 | 11100101 | 11011 | 101100 | 0 | 1010 | 100000111 | 1000010 | 1000110 |
Color Harmonies of #A781E5
Complementary color
Monochromatic Colors of #A781E5
Black with #A781E5
Text Example
Text Example
White with #A781E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A781E5; }
p { color: rgb(167,129,229); }
H1.HeaderClassName
{
color: #A781E5;
}
.AnyTagClassName
{
color: #A781E5;
}
</style>
background-color css
<style>
a { background-color: #A781E5; }
a { background-color: rgb(167,129,229); }
div.DivClassName
{
background-color: #A781E5;
}
.BgClassName
{
background-color: #A781E5;
}
</style>
border-color css
<style>
span { border-color: #A781E5; }
span { border-color: rgb(167,129,229); }
td.TdClassName
{
border-color: #A781E5;
}
.TagClassName
{
border-color: #A781E5;
}
</style>