Shades of Medium Purple #A27AED
Tints of Medium Purple #A27AED
RGB
CMYK
RGB Variations
Color information
#A27AED (or 0xA27AED) is known color: Medium Purple. HEX triplet: A2, 7A and ED. RGB value is (162,122,237). Sum of RGB (Red+Green+Blue) = 162+122+237=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #A27AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27AED is #5D8512. Grayscale: #929292. Windows color (decimal): -6128915 or 15563426. OLE color: 15563426.
HSL color Cylindrical-coordinate representation of color #A27AED: hue angle of 260.87º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A27AED is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 122 | 237 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.07 |
| HSL | 260.87º | 0.76% | 0.7% | - |
| HSV(B) | 260.87º | 0.49% | 0.93% | - |
| XYZ | 37.15 | 27.71 | 83.51 | - |
| YUV | 147.07 | 178.75 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 237 | 0.32 | 0.49 | 0 | 0.07 | 260.87 | 0.76 | 0.7 |
| Hex | A2 | 7A | ED | 20 | 31 | 0 | 7 | 105 | 4C | 46 |
| Octal | 242 | 172 | 355 | 40 | 61 | 0 | 7 | 405 | 114 | 106 |
| Binary | 10100010 | 1111010 | 11101101 | 100000 | 110001 | 0 | 111 | 100000101 | 1001100 | 1000110 |
Color Harmonies of #A27AED
Complementary color
Monochromatic Colors of #A27AED
Black with #A27AED
Text Example
Text Example
White with #A27AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27AED; }
p { color: rgb(162,122,237); }
H1.HeaderClassName
{
color: #A27AED;
}
.AnyTagClassName
{
color: #A27AED;
}
</style>
background-color css
<style>
a { background-color: #A27AED; }
a { background-color: rgb(162,122,237); }
div.DivClassName
{
background-color: #A27AED;
}
.BgClassName
{
background-color: #A27AED;
}
</style>
border-color css
<style>
span { border-color: #A27AED; }
span { border-color: rgb(162,122,237); }
td.TdClassName
{
border-color: #A27AED;
}
.TagClassName
{
border-color: #A27AED;
}
</style>