Shades of Medium Purple #A27FF0
Tints of Medium Purple #A27FF0
RGB
CMYK
RGB Variations
Color information
#A27FF0 (or 0xA27FF0) is known color: Medium Purple. HEX triplet: A2, 7F and F0. RGB value is (162,127,240). Sum of RGB (Red+Green+Blue) = 162+127+240=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #A27FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27FF0 is #5D800F. Grayscale: #959595. Windows color (decimal): -6127632 or 15761314. OLE color: 15761314.
HSL color Cylindrical-coordinate representation of color #A27FF0: hue angle of 258.58º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A27FF0 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 127 | 240 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.06 |
| HSL | 258.58º | 0.79% | 0.72% | - |
| HSV(B) | 258.58º | 0.47% | 0.94% | - |
| XYZ | 38.22 | 29.15 | 86.05 | - |
| YUV | 150.35 | 178.6 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 240 | 0.32 | 0.47 | 0 | 0.06 | 258.58 | 0.79 | 0.72 |
| Hex | A2 | 7F | F0 | 20 | 2F | 0 | 6 | 103 | 4F | 48 |
| Octal | 242 | 177 | 360 | 40 | 57 | 0 | 6 | 403 | 117 | 110 |
| Binary | 10100010 | 1111111 | 11110000 | 100000 | 101111 | 0 | 110 | 100000011 | 1001111 | 1001000 |
Color Harmonies of #A27FF0
Complementary color
Monochromatic Colors of #A27FF0
Black with #A27FF0
Text Example
Text Example
White with #A27FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27FF0; }
p { color: rgb(162,127,240); }
H1.HeaderClassName
{
color: #A27FF0;
}
.AnyTagClassName
{
color: #A27FF0;
}
</style>
background-color css
<style>
a { background-color: #A27FF0; }
a { background-color: rgb(162,127,240); }
div.DivClassName
{
background-color: #A27FF0;
}
.BgClassName
{
background-color: #A27FF0;
}
</style>
border-color css
<style>
span { border-color: #A27FF0; }
span { border-color: rgb(162,127,240); }
td.TdClassName
{
border-color: #A27FF0;
}
.TagClassName
{
border-color: #A27FF0;
}
</style>