Shades of Medium Purple #A17FEA
Tints of Medium Purple #A17FEA
RGB
CMYK
RGB Variations
Color information
#A17FEA (or 0xA17FEA) is known color: Medium Purple. HEX triplet: A1, 7F and EA. RGB value is (161,127,234). Sum of RGB (Red+Green+Blue) = 161+127+234=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #A17FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17FEA is #5E8015. Grayscale: #949494. Windows color (decimal): -6193174 or 15368097. OLE color: 15368097.
HSL color Cylindrical-coordinate representation of color #A17FEA: hue angle of 259.07º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A17FEA is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 127 | 234 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.08 |
| HSL | 259.07º | 0.72% | 0.71% | - |
| HSV(B) | 259.07º | 0.46% | 0.92% | - |
| XYZ | 37.14 | 28.7 | 81.42 | - |
| YUV | 149.36 | 175.76 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 234 | 0.31 | 0.46 | 0 | 0.08 | 259.07 | 0.72 | 0.71 |
| Hex | A1 | 7F | EA | 1F | 2E | 0 | 8 | 103 | 48 | 47 |
| Octal | 241 | 177 | 352 | 37 | 56 | 0 | 10 | 403 | 110 | 107 |
| Binary | 10100001 | 1111111 | 11101010 | 11111 | 101110 | 0 | 1000 | 100000011 | 1001000 | 1000111 |
Color Harmonies of #A17FEA
Complementary color
Monochromatic Colors of #A17FEA
Black with #A17FEA
Text Example
Text Example
White with #A17FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17FEA; }
p { color: rgb(161,127,234); }
H1.HeaderClassName
{
color: #A17FEA;
}
.AnyTagClassName
{
color: #A17FEA;
}
</style>
background-color css
<style>
a { background-color: #A17FEA; }
a { background-color: rgb(161,127,234); }
div.DivClassName
{
background-color: #A17FEA;
}
.BgClassName
{
background-color: #A17FEA;
}
</style>
border-color css
<style>
span { border-color: #A17FEA; }
span { border-color: rgb(161,127,234); }
td.TdClassName
{
border-color: #A17FEA;
}
.TagClassName
{
border-color: #A17FEA;
}
</style>