Shades of Medium Purple #A17AF6
Tints of Medium Purple #A17AF6
RGB
CMYK
RGB Variations
Color information
#A17AF6 (or 0xA17AF6) is known color: Medium Purple. HEX triplet: A1, 7A and F6. RGB value is (161,122,246). Sum of RGB (Red+Green+Blue) = 161+122+246=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #A17AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17AF6 is #5E8509. Grayscale: #939393. Windows color (decimal): -6194442 or 16153249. OLE color: 16153249.
HSL color Cylindrical-coordinate representation of color #A17AF6: hue angle of 258.87º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A17AF6 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 122 | 246 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.04 |
| HSL | 258.87º | 0.87% | 0.72% | - |
| HSV(B) | 258.87º | 0.5% | 0.96% | - |
| XYZ | 38.29 | 28.15 | 90.6 | - |
| YUV | 147.8 | 183.42 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 246 | 0.35 | 0.50 | 0 | 0.04 | 258.87 | 0.87 | 0.72 |
| Hex | A1 | 7A | F6 | 23 | 32 | 0 | 4 | 103 | 57 | 48 |
| Octal | 241 | 172 | 366 | 43 | 62 | 0 | 4 | 403 | 127 | 110 |
| Binary | 10100001 | 1111010 | 11110110 | 100011 | 110010 | 0 | 100 | 100000011 | 1010111 | 1001000 |
Color Harmonies of #A17AF6
Complementary color
Monochromatic Colors of #A17AF6
Black with #A17AF6
Text Example
Text Example
White with #A17AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17AF6; }
p { color: rgb(161,122,246); }
H1.HeaderClassName
{
color: #A17AF6;
}
.AnyTagClassName
{
color: #A17AF6;
}
</style>
background-color css
<style>
a { background-color: #A17AF6; }
a { background-color: rgb(161,122,246); }
div.DivClassName
{
background-color: #A17AF6;
}
.BgClassName
{
background-color: #A17AF6;
}
</style>
border-color css
<style>
span { border-color: #A17AF6; }
span { border-color: rgb(161,122,246); }
td.TdClassName
{
border-color: #A17AF6;
}
.TagClassName
{
border-color: #A17AF6;
}
</style>