Shades of Medium Purple #A27AF1
Tints of Medium Purple #A27AF1
RGB
CMYK
RGB Variations
Color information
#A27AF1 (or 0xA27AF1) is known color: Medium Purple. HEX triplet: A2, 7A and F1. RGB value is (162,122,241). Sum of RGB (Red+Green+Blue) = 162+122+241=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #A27AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27AF1 is #5D850E. Grayscale: #939393. Windows color (decimal): -6128911 or 15825570. OLE color: 15825570.
HSL color Cylindrical-coordinate representation of color #A27AF1: hue angle of 260.17º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A27AF1 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 122 | 241 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.05 |
| HSL | 260.17º | 0.81% | 0.71% | - |
| HSV(B) | 260.17º | 0.49% | 0.95% | - |
| XYZ | 37.74 | 27.95 | 86.63 | - |
| YUV | 147.53 | 180.75 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 241 | 0.33 | 0.49 | 0 | 0.05 | 260.17 | 0.81 | 0.71 |
| Hex | A2 | 7A | F1 | 21 | 31 | 0 | 5 | 104 | 51 | 47 |
| Octal | 242 | 172 | 361 | 41 | 61 | 0 | 5 | 404 | 121 | 107 |
| Binary | 10100010 | 1111010 | 11110001 | 100001 | 110001 | 0 | 101 | 100000100 | 1010001 | 1000111 |
Color Harmonies of #A27AF1
Complementary color
Monochromatic Colors of #A27AF1
Black with #A27AF1
Text Example
Text Example
White with #A27AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27AF1; }
p { color: rgb(162,122,241); }
H1.HeaderClassName
{
color: #A27AF1;
}
.AnyTagClassName
{
color: #A27AF1;
}
</style>
background-color css
<style>
a { background-color: #A27AF1; }
a { background-color: rgb(162,122,241); }
div.DivClassName
{
background-color: #A27AF1;
}
.BgClassName
{
background-color: #A27AF1;
}
</style>
border-color css
<style>
span { border-color: #A27AF1; }
span { border-color: rgb(162,122,241); }
td.TdClassName
{
border-color: #A27AF1;
}
.TagClassName
{
border-color: #A27AF1;
}
</style>