Shades of Medium Purple #A27CF7
Tints of Medium Purple #A27CF7
RGB
CMYK
RGB Variations
Color information
#A27CF7 (or 0xA27CF7) is known color: Medium Purple. HEX triplet: A2, 7C and F7. RGB value is (162,124,247). Sum of RGB (Red+Green+Blue) = 162+124+247=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #A27CF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27CF7 is #5D8308. Grayscale: #949494. Windows color (decimal): -6128393 or 16219298. OLE color: 16219298.
HSL color Cylindrical-coordinate representation of color #A27CF7: hue angle of 258.54º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A27CF7 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 124 | 247 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.03 |
| HSL | 258.54º | 0.88% | 0.73% | - |
| HSV(B) | 258.54º | 0.5% | 0.97% | - |
| XYZ | 38.9 | 28.81 | 91.51 | - |
| YUV | 149.38 | 183.09 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 247 | 0.34 | 0.50 | 0 | 0.03 | 258.54 | 0.88 | 0.73 |
| Hex | A2 | 7C | F7 | 22 | 32 | 0 | 3 | 103 | 58 | 49 |
| Octal | 242 | 174 | 367 | 42 | 62 | 0 | 3 | 403 | 130 | 111 |
| Binary | 10100010 | 1111100 | 11110111 | 100010 | 110010 | 0 | 11 | 100000011 | 1011000 | 1001001 |
Color Harmonies of #A27CF7
Complementary color
Monochromatic Colors of #A27CF7
Black with #A27CF7
Text Example
Text Example
White with #A27CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27CF7; }
p { color: rgb(162,124,247); }
H1.HeaderClassName
{
color: #A27CF7;
}
.AnyTagClassName
{
color: #A27CF7;
}
</style>
background-color css
<style>
a { background-color: #A27CF7; }
a { background-color: rgb(162,124,247); }
div.DivClassName
{
background-color: #A27CF7;
}
.BgClassName
{
background-color: #A27CF7;
}
</style>
border-color css
<style>
span { border-color: #A27CF7; }
span { border-color: rgb(162,124,247); }
td.TdClassName
{
border-color: #A27CF7;
}
.TagClassName
{
border-color: #A27CF7;
}
</style>