Shades of Medium Purple #A27CF8
Tints of Medium Purple #A27CF8
RGB
CMYK
RGB Variations
Color information
#A27CF8 (or 0xA27CF8) is known color: Medium Purple. HEX triplet: A2, 7C and F8. RGB value is (162,124,248). Sum of RGB (Red+Green+Blue) = 162+124+248=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 248 (97.27% from 255 or 46.44% from 534); Max value from RGB is 248 - color contains mainly: blue. Hex color #A27CF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27CF8 is #5D8307. Grayscale: #959595. Windows color (decimal): -6128392 or 16284834. OLE color: 16284834.
HSL color Cylindrical-coordinate representation of color #A27CF8: hue angle of 258.39º degrees, saturation: 0.9, 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 #A27CF8 is Cyan = 0.35, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 124 | 248 | - |
| CMYK | 0.35 | 0.5 | 0 | 0.03 |
| HSL | 258.39º | 0.9% | 0.73% | - |
| HSV(B) | 258.39º | 0.5% | 0.97% | - |
| XYZ | 39.05 | 28.87 | 92.32 | - |
| YUV | 149.5 | 183.59 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 248 | 0.35 | 0.5 | 0 | 0.03 | 258.39 | 0.9 | 0.73 |
| Hex | A2 | 7C | F8 | 23 | 32 | 0 | 3 | 102 | 5A | 49 |
| Octal | 242 | 174 | 370 | 43 | 62 | 0 | 3 | 402 | 132 | 111 |
| Binary | 10100010 | 1111100 | 11111000 | 100011 | 110010 | 0 | 11 | 100000010 | 1011010 | 1001001 |
Color Harmonies of #A27CF8
Complementary color
Monochromatic Colors of #A27CF8
Black with #A27CF8
Text Example
Text Example
White with #A27CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27CF8; }
p { color: rgb(162,124,248); }
H1.HeaderClassName
{
color: #A27CF8;
}
.AnyTagClassName
{
color: #A27CF8;
}
</style>
background-color css
<style>
a { background-color: #A27CF8; }
a { background-color: rgb(162,124,248); }
div.DivClassName
{
background-color: #A27CF8;
}
.BgClassName
{
background-color: #A27CF8;
}
</style>
border-color css
<style>
span { border-color: #A27CF8; }
span { border-color: rgb(162,124,248); }
td.TdClassName
{
border-color: #A27CF8;
}
.TagClassName
{
border-color: #A27CF8;
}
</style>