Shades of Medium Purple #A27AF7
Tints of Medium Purple #A27AF7
RGB
CMYK
RGB Variations
Color information
#A27AF7 (or 0xA27AF7) is known color: Medium Purple. HEX triplet: A2, 7A and F7. RGB value is (162,122,247). Sum of RGB (Red+Green+Blue) = 162+122+247=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 247 - color contains mainly: blue. Hex color #A27AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27AF7 is #5D8508. Grayscale: #939393. Windows color (decimal): -6128905 or 16218786. OLE color: 16218786.
HSL color Cylindrical-coordinate representation of color #A27AF7: hue angle of 259.2º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A27AF7 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 122 | 247 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.03 |
| HSL | 259.2º | 0.89% | 0.72% | - |
| HSV(B) | 259.2º | 0.51% | 0.97% | - |
| XYZ | 38.65 | 28.32 | 91.42 | - |
| YUV | 148.21 | 183.75 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 247 | 0.34 | 0.51 | 0 | 0.03 | 259.2 | 0.89 | 0.72 |
| Hex | A2 | 7A | F7 | 22 | 33 | 0 | 3 | 103 | 59 | 48 |
| Octal | 242 | 172 | 367 | 42 | 63 | 0 | 3 | 403 | 131 | 110 |
| Binary | 10100010 | 1111010 | 11110111 | 100010 | 110011 | 0 | 11 | 100000011 | 1011001 | 1001000 |
Color Harmonies of #A27AF7
Complementary color
Monochromatic Colors of #A27AF7
Black with #A27AF7
Text Example
Text Example
White with #A27AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27AF7; }
p { color: rgb(162,122,247); }
H1.HeaderClassName
{
color: #A27AF7;
}
.AnyTagClassName
{
color: #A27AF7;
}
</style>
background-color css
<style>
a { background-color: #A27AF7; }
a { background-color: rgb(162,122,247); }
div.DivClassName
{
background-color: #A27AF7;
}
.BgClassName
{
background-color: #A27AF7;
}
</style>
border-color css
<style>
span { border-color: #A27AF7; }
span { border-color: rgb(162,122,247); }
td.TdClassName
{
border-color: #A27AF7;
}
.TagClassName
{
border-color: #A27AF7;
}
</style>