Shades of Medium Purple #A17EF3
Tints of Medium Purple #A17EF3
RGB
CMYK
RGB Variations
Color information
#A17EF3 (or 0xA17EF3) is known color: Medium Purple. HEX triplet: A1, 7E and F3. RGB value is (161,126,243). Sum of RGB (Red+Green+Blue) = 161+126+243=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #A17EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17EF3 is #5E810C. Grayscale: #959595. Windows color (decimal): -6193421 or 15957665. OLE color: 15957665.
HSL color Cylindrical-coordinate representation of color #A17EF3: hue angle of 257.95º degrees, saturation: 0.83, 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 #A17EF3 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 126 | 243 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.05 |
| HSL | 257.95º | 0.83% | 0.72% | - |
| HSV(B) | 257.95º | 0.48% | 0.95% | - |
| XYZ | 38.34 | 28.97 | 88.37 | - |
| YUV | 149.8 | 180.6 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 243 | 0.34 | 0.48 | 0 | 0.05 | 257.95 | 0.83 | 0.72 |
| Hex | A1 | 7E | F3 | 22 | 30 | 0 | 5 | 102 | 53 | 48 |
| Octal | 241 | 176 | 363 | 42 | 60 | 0 | 5 | 402 | 123 | 110 |
| Binary | 10100001 | 1111110 | 11110011 | 100010 | 110000 | 0 | 101 | 100000010 | 1010011 | 1001000 |
Color Harmonies of #A17EF3
Complementary color
Monochromatic Colors of #A17EF3
Black with #A17EF3
Text Example
Text Example
White with #A17EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17EF3; }
p { color: rgb(161,126,243); }
H1.HeaderClassName
{
color: #A17EF3;
}
.AnyTagClassName
{
color: #A17EF3;
}
</style>
background-color css
<style>
a { background-color: #A17EF3; }
a { background-color: rgb(161,126,243); }
div.DivClassName
{
background-color: #A17EF3;
}
.BgClassName
{
background-color: #A17EF3;
}
</style>
border-color css
<style>
span { border-color: #A17EF3; }
span { border-color: rgb(161,126,243); }
td.TdClassName
{
border-color: #A17EF3;
}
.TagClassName
{
border-color: #A17EF3;
}
</style>