Shades of Medium Purple #A27CF9
Tints of Medium Purple #A27CF9
RGB
CMYK
RGB Variations
Color information
#A27CF9 (or 0xA27CF9) is known color: Medium Purple. HEX triplet: A2, 7C and F9. RGB value is (162,124,249). Sum of RGB (Red+Green+Blue) = 162+124+249=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #A27CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27CF9 is #5D8306. Grayscale: #959595. Windows color (decimal): -6128391 or 16350370. OLE color: 16350370.
HSL color Cylindrical-coordinate representation of color #A27CF9: hue angle of 258.24º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A27CF9 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 124 | 249 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.02 |
| HSL | 258.24º | 0.91% | 0.73% | - |
| HSV(B) | 258.24º | 0.5% | 0.98% | - |
| XYZ | 39.21 | 28.94 | 93.14 | - |
| YUV | 149.61 | 184.09 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 249 | 0.35 | 0.50 | 0 | 0.02 | 258.24 | 0.91 | 0.73 |
| Hex | A2 | 7C | F9 | 23 | 32 | 0 | 2 | 102 | 5B | 49 |
| Octal | 242 | 174 | 371 | 43 | 62 | 0 | 2 | 402 | 133 | 111 |
| Binary | 10100010 | 1111100 | 11111001 | 100011 | 110010 | 0 | 10 | 100000010 | 1011011 | 1001001 |
Color Harmonies of #A27CF9
Complementary color
Monochromatic Colors of #A27CF9
Black with #A27CF9
Text Example
Text Example
White with #A27CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27CF9; }
p { color: rgb(162,124,249); }
H1.HeaderClassName
{
color: #A27CF9;
}
.AnyTagClassName
{
color: #A27CF9;
}
</style>
background-color css
<style>
a { background-color: #A27CF9; }
a { background-color: rgb(162,124,249); }
div.DivClassName
{
background-color: #A27CF9;
}
.BgClassName
{
background-color: #A27CF9;
}
</style>
border-color css
<style>
span { border-color: #A27CF9; }
span { border-color: rgb(162,124,249); }
td.TdClassName
{
border-color: #A27CF9;
}
.TagClassName
{
border-color: #A27CF9;
}
</style>