Shades of Medium Purple #A27BEB
Tints of Medium Purple #A27BEB
RGB
CMYK
RGB Variations
Color information
#A27BEB (or 0xA27BEB) is known color: Medium Purple. HEX triplet: A2, 7B and EB. RGB value is (162,123,235). Sum of RGB (Red+Green+Blue) = 162+123+235=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #A27BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27BEB is #5D8414. Grayscale: #939393. Windows color (decimal): -6128661 or 15432610. OLE color: 15432610.
HSL color Cylindrical-coordinate representation of color #A27BEB: hue angle of 260.89º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A27BEB is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 123 | 235 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.08 |
| HSL | 260.89º | 0.74% | 0.7% | - |
| HSV(B) | 260.89º | 0.48% | 0.92% | - |
| XYZ | 36.98 | 27.85 | 82.02 | - |
| YUV | 147.43 | 177.42 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 235 | 0.31 | 0.48 | 0 | 0.08 | 260.89 | 0.74 | 0.7 |
| Hex | A2 | 7B | EB | 1F | 30 | 0 | 8 | 105 | 4A | 46 |
| Octal | 242 | 173 | 353 | 37 | 60 | 0 | 10 | 405 | 112 | 106 |
| Binary | 10100010 | 1111011 | 11101011 | 11111 | 110000 | 0 | 1000 | 100000101 | 1001010 | 1000110 |
Color Harmonies of #A27BEB
Complementary color
Monochromatic Colors of #A27BEB
Black with #A27BEB
Text Example
Text Example
White with #A27BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27BEB; }
p { color: rgb(162,123,235); }
H1.HeaderClassName
{
color: #A27BEB;
}
.AnyTagClassName
{
color: #A27BEB;
}
</style>
background-color css
<style>
a { background-color: #A27BEB; }
a { background-color: rgb(162,123,235); }
div.DivClassName
{
background-color: #A27BEB;
}
.BgClassName
{
background-color: #A27BEB;
}
</style>
border-color css
<style>
span { border-color: #A27BEB; }
span { border-color: rgb(162,123,235); }
td.TdClassName
{
border-color: #A27BEB;
}
.TagClassName
{
border-color: #A27BEB;
}
</style>