Shades of Medium Purple #A27BEA
Tints of Medium Purple #A27BEA
RGB
CMYK
RGB Variations
Color information
#A27BEA (or 0xA27BEA) is known color: Medium Purple. HEX triplet: A2, 7B and EA. RGB value is (162,123,234). Sum of RGB (Red+Green+Blue) = 162+123+234=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #A27BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27BEA is #5D8415. Grayscale: #929292. Windows color (decimal): -6128662 or 15367074. OLE color: 15367074.
HSL color Cylindrical-coordinate representation of color #A27BEA: hue angle of 261.08º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A27BEA is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 123 | 234 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.08 |
| HSL | 261.08º | 0.73% | 0.7% | - |
| HSV(B) | 261.08º | 0.47% | 0.92% | - |
| XYZ | 36.83 | 27.79 | 81.26 | - |
| YUV | 147.32 | 176.92 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 234 | 0.31 | 0.47 | 0 | 0.08 | 261.08 | 0.73 | 0.7 |
| Hex | A2 | 7B | EA | 1F | 2F | 0 | 8 | 105 | 49 | 46 |
| Octal | 242 | 173 | 352 | 37 | 57 | 0 | 10 | 405 | 111 | 106 |
| Binary | 10100010 | 1111011 | 11101010 | 11111 | 101111 | 0 | 1000 | 100000101 | 1001001 | 1000110 |
Color Harmonies of #A27BEA
Complementary color
Monochromatic Colors of #A27BEA
Black with #A27BEA
Text Example
Text Example
White with #A27BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27BEA; }
p { color: rgb(162,123,234); }
H1.HeaderClassName
{
color: #A27BEA;
}
.AnyTagClassName
{
color: #A27BEA;
}
</style>
background-color css
<style>
a { background-color: #A27BEA; }
a { background-color: rgb(162,123,234); }
div.DivClassName
{
background-color: #A27BEA;
}
.BgClassName
{
background-color: #A27BEA;
}
</style>
border-color css
<style>
span { border-color: #A27BEA; }
span { border-color: rgb(162,123,234); }
td.TdClassName
{
border-color: #A27BEA;
}
.TagClassName
{
border-color: #A27BEA;
}
</style>