Shades of Medium Purple #A27DF1
Tints of Medium Purple #A27DF1
RGB
CMYK
RGB Variations
Color information
#A27DF1 (or 0xA27DF1) is known color: Medium Purple. HEX triplet: A2, 7D and F1. RGB value is (162,125,241). Sum of RGB (Red+Green+Blue) = 162+125+241=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #A27DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27DF1 is #5D820E. Grayscale: #949494. Windows color (decimal): -6128143 or 15826338. OLE color: 15826338.
HSL color Cylindrical-coordinate representation of color #A27DF1: hue angle of 259.14º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A27DF1 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 125 | 241 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.05 |
| HSL | 259.14º | 0.81% | 0.72% | - |
| HSV(B) | 259.14º | 0.48% | 0.95% | - |
| XYZ | 38.11 | 28.7 | 86.75 | - |
| YUV | 149.29 | 179.76 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 241 | 0.33 | 0.48 | 0 | 0.05 | 259.14 | 0.81 | 0.72 |
| Hex | A2 | 7D | F1 | 21 | 30 | 0 | 5 | 103 | 51 | 48 |
| Octal | 242 | 175 | 361 | 41 | 60 | 0 | 5 | 403 | 121 | 110 |
| Binary | 10100010 | 1111101 | 11110001 | 100001 | 110000 | 0 | 101 | 100000011 | 1010001 | 1001000 |
Color Harmonies of #A27DF1
Complementary color
Monochromatic Colors of #A27DF1
Black with #A27DF1
Text Example
Text Example
White with #A27DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27DF1; }
p { color: rgb(162,125,241); }
H1.HeaderClassName
{
color: #A27DF1;
}
.AnyTagClassName
{
color: #A27DF1;
}
</style>
background-color css
<style>
a { background-color: #A27DF1; }
a { background-color: rgb(162,125,241); }
div.DivClassName
{
background-color: #A27DF1;
}
.BgClassName
{
background-color: #A27DF1;
}
</style>
border-color css
<style>
span { border-color: #A27DF1; }
span { border-color: rgb(162,125,241); }
td.TdClassName
{
border-color: #A27DF1;
}
.TagClassName
{
border-color: #A27DF1;
}
</style>