Shades of Medium Purple #A27EF2
Tints of Medium Purple #A27EF2
RGB
CMYK
RGB Variations
Color information
#A27EF2 (or 0xA27EF2) is known color: Medium Purple. HEX triplet: A2, 7E and F2. RGB value is (162,126,242). Sum of RGB (Red+Green+Blue) = 162+126+242=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #A27EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27EF2 is #5D810D. Grayscale: #959595. Windows color (decimal): -6127886 or 15892130. OLE color: 15892130.
HSL color Cylindrical-coordinate representation of color #A27EF2: hue angle of 258.62º degrees, saturation: 0.82, 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 #A27EF2 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 126 | 242 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.05 |
| HSL | 258.62º | 0.82% | 0.72% | - |
| HSV(B) | 258.62º | 0.48% | 0.95% | - |
| XYZ | 38.39 | 29.01 | 87.58 | - |
| YUV | 149.99 | 179.93 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 242 | 0.33 | 0.48 | 0 | 0.05 | 258.62 | 0.82 | 0.72 |
| Hex | A2 | 7E | F2 | 21 | 30 | 0 | 5 | 103 | 52 | 48 |
| Octal | 242 | 176 | 362 | 41 | 60 | 0 | 5 | 403 | 122 | 110 |
| Binary | 10100010 | 1111110 | 11110010 | 100001 | 110000 | 0 | 101 | 100000011 | 1010010 | 1001000 |
Color Harmonies of #A27EF2
Complementary color
Monochromatic Colors of #A27EF2
Black with #A27EF2
Text Example
Text Example
White with #A27EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27EF2; }
p { color: rgb(162,126,242); }
H1.HeaderClassName
{
color: #A27EF2;
}
.AnyTagClassName
{
color: #A27EF2;
}
</style>
background-color css
<style>
a { background-color: #A27EF2; }
a { background-color: rgb(162,126,242); }
div.DivClassName
{
background-color: #A27EF2;
}
.BgClassName
{
background-color: #A27EF2;
}
</style>
border-color css
<style>
span { border-color: #A27EF2; }
span { border-color: rgb(162,126,242); }
td.TdClassName
{
border-color: #A27EF2;
}
.TagClassName
{
border-color: #A27EF2;
}
</style>