Shades of Medium Purple #A27BED
Tints of Medium Purple #A27BED
RGB
CMYK
RGB Variations
Color information
#A27BED (or 0xA27BED) is known color: Medium Purple. HEX triplet: A2, 7B and ED. RGB value is (162,123,237). Sum of RGB (Red+Green+Blue) = 162+123+237=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #A27BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27BED is #5D8412. Grayscale: #939393. Windows color (decimal): -6128659 or 15563682. OLE color: 15563682.
HSL color Cylindrical-coordinate representation of color #A27BED: hue angle of 260.53º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A27BED is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 123 | 237 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.07 |
| HSL | 260.53º | 0.76% | 0.71% | - |
| HSV(B) | 260.53º | 0.48% | 0.93% | - |
| XYZ | 37.27 | 27.96 | 83.55 | - |
| YUV | 147.66 | 178.42 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 237 | 0.32 | 0.48 | 0 | 0.07 | 260.53 | 0.76 | 0.71 |
| Hex | A2 | 7B | ED | 20 | 30 | 0 | 7 | 105 | 4C | 47 |
| Octal | 242 | 173 | 355 | 40 | 60 | 0 | 7 | 405 | 114 | 107 |
| Binary | 10100010 | 1111011 | 11101101 | 100000 | 110000 | 0 | 111 | 100000101 | 1001100 | 1000111 |
Color Harmonies of #A27BED
Complementary color
Monochromatic Colors of #A27BED
Black with #A27BED
Text Example
Text Example
White with #A27BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27BED; }
p { color: rgb(162,123,237); }
H1.HeaderClassName
{
color: #A27BED;
}
.AnyTagClassName
{
color: #A27BED;
}
</style>
background-color css
<style>
a { background-color: #A27BED; }
a { background-color: rgb(162,123,237); }
div.DivClassName
{
background-color: #A27BED;
}
.BgClassName
{
background-color: #A27BED;
}
</style>
border-color css
<style>
span { border-color: #A27BED; }
span { border-color: rgb(162,123,237); }
td.TdClassName
{
border-color: #A27BED;
}
.TagClassName
{
border-color: #A27BED;
}
</style>