Shades of Medium Purple #A27BE9
Tints of Medium Purple #A27BE9
RGB
CMYK
RGB Variations
Color information
#A27BE9 (or 0xA27BE9) is known color: Medium Purple. HEX triplet: A2, 7B and E9. RGB value is (162,123,233). Sum of RGB (Red+Green+Blue) = 162+123+233=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #A27BE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27BE9 is #5D8416. Grayscale: #929292. Windows color (decimal): -6128663 or 15301538. OLE color: 15301538.
HSL color Cylindrical-coordinate representation of color #A27BE9: hue angle of 261.27º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A27BE9 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 123 | 233 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.09 |
| HSL | 261.27º | 0.71% | 0.7% | - |
| HSV(B) | 261.27º | 0.47% | 0.91% | - |
| XYZ | 36.69 | 27.73 | 80.51 | - |
| YUV | 147.2 | 176.42 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 233 | 0.30 | 0.47 | 0 | 0.09 | 261.27 | 0.71 | 0.7 |
| Hex | A2 | 7B | E9 | 1E | 2F | 0 | 9 | 105 | 47 | 46 |
| Octal | 242 | 173 | 351 | 36 | 57 | 0 | 11 | 405 | 107 | 106 |
| Binary | 10100010 | 1111011 | 11101001 | 11110 | 101111 | 0 | 1001 | 100000101 | 1000111 | 1000110 |
Color Harmonies of #A27BE9
Complementary color
Monochromatic Colors of #A27BE9
Black with #A27BE9
Text Example
Text Example
White with #A27BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27BE9; }
p { color: rgb(162,123,233); }
H1.HeaderClassName
{
color: #A27BE9;
}
.AnyTagClassName
{
color: #A27BE9;
}
</style>
background-color css
<style>
a { background-color: #A27BE9; }
a { background-color: rgb(162,123,233); }
div.DivClassName
{
background-color: #A27BE9;
}
.BgClassName
{
background-color: #A27BE9;
}
</style>
border-color css
<style>
span { border-color: #A27BE9; }
span { border-color: rgb(162,123,233); }
td.TdClassName
{
border-color: #A27BE9;
}
.TagClassName
{
border-color: #A27BE9;
}
</style>