Shades of Medium Purple #A27BEC
Tints of Medium Purple #A27BEC
RGB
CMYK
RGB Variations
Color information
#A27BEC (or 0xA27BEC) is known color: Medium Purple. HEX triplet: A2, 7B and EC. RGB value is (162,123,236). Sum of RGB (Red+Green+Blue) = 162+123+236=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #A27BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27BEC is #5D8413. Grayscale: #939393. Windows color (decimal): -6128660 or 15498146. OLE color: 15498146.
HSL color Cylindrical-coordinate representation of color #A27BEC: hue angle of 260.71º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A27BEC is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 123 | 236 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.07 |
| HSL | 260.71º | 0.75% | 0.7% | - |
| HSV(B) | 260.71º | 0.48% | 0.93% | - |
| XYZ | 37.12 | 27.9 | 82.79 | - |
| YUV | 147.54 | 177.92 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 236 | 0.31 | 0.48 | 0 | 0.07 | 260.71 | 0.75 | 0.7 |
| Hex | A2 | 7B | EC | 1F | 30 | 0 | 7 | 105 | 4B | 46 |
| Octal | 242 | 173 | 354 | 37 | 60 | 0 | 7 | 405 | 113 | 106 |
| Binary | 10100010 | 1111011 | 11101100 | 11111 | 110000 | 0 | 111 | 100000101 | 1001011 | 1000110 |
Color Harmonies of #A27BEC
Complementary color
Monochromatic Colors of #A27BEC
Black with #A27BEC
Text Example
Text Example
White with #A27BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27BEC; }
p { color: rgb(162,123,236); }
H1.HeaderClassName
{
color: #A27BEC;
}
.AnyTagClassName
{
color: #A27BEC;
}
</style>
background-color css
<style>
a { background-color: #A27BEC; }
a { background-color: rgb(162,123,236); }
div.DivClassName
{
background-color: #A27BEC;
}
.BgClassName
{
background-color: #A27BEC;
}
</style>
border-color css
<style>
span { border-color: #A27BEC; }
span { border-color: rgb(162,123,236); }
td.TdClassName
{
border-color: #A27BEC;
}
.TagClassName
{
border-color: #A27BEC;
}
</style>