Shades of Medium Purple #A27CF3
Tints of Medium Purple #A27CF3
RGB
CMYK
RGB Variations
Color information
#A27CF3 (or 0xA27CF3) is known color: Medium Purple. HEX triplet: A2, 7C and F3. RGB value is (162,124,243). Sum of RGB (Red+Green+Blue) = 162+124+243=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #A27CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27CF3 is #5D830C. Grayscale: #949494. Windows color (decimal): -6128397 or 15957154. OLE color: 15957154.
HSL color Cylindrical-coordinate representation of color #A27CF3: hue angle of 259.16º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A27CF3 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 124 | 243 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.05 |
| HSL | 259.16º | 0.83% | 0.72% | - |
| HSV(B) | 259.16º | 0.49% | 0.95% | - |
| XYZ | 38.29 | 28.57 | 88.29 | - |
| YUV | 148.93 | 181.09 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 243 | 0.33 | 0.49 | 0 | 0.05 | 259.16 | 0.83 | 0.72 |
| Hex | A2 | 7C | F3 | 21 | 31 | 0 | 5 | 103 | 53 | 48 |
| Octal | 242 | 174 | 363 | 41 | 61 | 0 | 5 | 403 | 123 | 110 |
| Binary | 10100010 | 1111100 | 11110011 | 100001 | 110001 | 0 | 101 | 100000011 | 1010011 | 1001000 |
Color Harmonies of #A27CF3
Complementary color
Monochromatic Colors of #A27CF3
Black with #A27CF3
Text Example
Text Example
White with #A27CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27CF3; }
p { color: rgb(162,124,243); }
H1.HeaderClassName
{
color: #A27CF3;
}
.AnyTagClassName
{
color: #A27CF3;
}
</style>
background-color css
<style>
a { background-color: #A27CF3; }
a { background-color: rgb(162,124,243); }
div.DivClassName
{
background-color: #A27CF3;
}
.BgClassName
{
background-color: #A27CF3;
}
</style>
border-color css
<style>
span { border-color: #A27CF3; }
span { border-color: rgb(162,124,243); }
td.TdClassName
{
border-color: #A27CF3;
}
.TagClassName
{
border-color: #A27CF3;
}
</style>