Shades of Medium Purple #A27AF9
Tints of Medium Purple #A27AF9
RGB
CMYK
RGB Variations
Color information
#A27AF9 (or 0xA27AF9) is known color: Medium Purple. HEX triplet: A2, 7A and F9. RGB value is (162,122,249). Sum of RGB (Red+Green+Blue) = 162+122+249=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #A27AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27AF9 is #5D8506. Grayscale: #939393. Windows color (decimal): -6128903 or 16349858. OLE color: 16349858.
HSL color Cylindrical-coordinate representation of color #A27AF9: hue angle of 258.9º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A27AF9 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 122 | 249 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.02 |
| HSL | 258.9º | 0.91% | 0.73% | - |
| HSV(B) | 258.9º | 0.51% | 0.98% | - |
| XYZ | 38.96 | 28.44 | 93.06 | - |
| YUV | 148.44 | 184.75 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 249 | 0.35 | 0.51 | 0 | 0.02 | 258.9 | 0.91 | 0.73 |
| Hex | A2 | 7A | F9 | 23 | 33 | 0 | 2 | 103 | 5B | 49 |
| Octal | 242 | 172 | 371 | 43 | 63 | 0 | 2 | 403 | 133 | 111 |
| Binary | 10100010 | 1111010 | 11111001 | 100011 | 110011 | 0 | 10 | 100000011 | 1011011 | 1001001 |
Color Harmonies of #A27AF9
Complementary color
Monochromatic Colors of #A27AF9
Black with #A27AF9
Text Example
Text Example
White with #A27AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27AF9; }
p { color: rgb(162,122,249); }
H1.HeaderClassName
{
color: #A27AF9;
}
.AnyTagClassName
{
color: #A27AF9;
}
</style>
background-color css
<style>
a { background-color: #A27AF9; }
a { background-color: rgb(162,122,249); }
div.DivClassName
{
background-color: #A27AF9;
}
.BgClassName
{
background-color: #A27AF9;
}
</style>
border-color css
<style>
span { border-color: #A27AF9; }
span { border-color: rgb(162,122,249); }
td.TdClassName
{
border-color: #A27AF9;
}
.TagClassName
{
border-color: #A27AF9;
}
</style>