Shades of Medium Purple #A17AF8
Tints of Medium Purple #A17AF8
RGB
CMYK
RGB Variations
Color information
#A17AF8 (or 0xA17AF8) is known color: Medium Purple. HEX triplet: A1, 7A and F8. RGB value is (161,122,248). Sum of RGB (Red+Green+Blue) = 161+122+248=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 248 (97.27% from 255 or 46.70% from 531); Max value from RGB is 248 - color contains mainly: blue. Hex color #A17AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17AF8 is #5E8507. Grayscale: #939393. Windows color (decimal): -6194440 or 16284321. OLE color: 16284321.
HSL color Cylindrical-coordinate representation of color #A17AF8: hue angle of 258.57º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A17AF8 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 122 | 248 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.03 |
| HSL | 258.57º | 0.9% | 0.73% | - |
| HSV(B) | 258.57º | 0.51% | 0.97% | - |
| XYZ | 38.6 | 28.27 | 92.23 | - |
| YUV | 148.03 | 184.42 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 248 | 0.35 | 0.51 | 0 | 0.03 | 258.57 | 0.9 | 0.73 |
| Hex | A1 | 7A | F8 | 23 | 33 | 0 | 3 | 103 | 5A | 49 |
| Octal | 241 | 172 | 370 | 43 | 63 | 0 | 3 | 403 | 132 | 111 |
| Binary | 10100001 | 1111010 | 11111000 | 100011 | 110011 | 0 | 11 | 100000011 | 1011010 | 1001001 |
Color Harmonies of #A17AF8
Complementary color
Monochromatic Colors of #A17AF8
Black with #A17AF8
Text Example
Text Example
White with #A17AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17AF8; }
p { color: rgb(161,122,248); }
H1.HeaderClassName
{
color: #A17AF8;
}
.AnyTagClassName
{
color: #A17AF8;
}
</style>
background-color css
<style>
a { background-color: #A17AF8; }
a { background-color: rgb(161,122,248); }
div.DivClassName
{
background-color: #A17AF8;
}
.BgClassName
{
background-color: #A17AF8;
}
</style>
border-color css
<style>
span { border-color: #A17AF8; }
span { border-color: rgb(161,122,248); }
td.TdClassName
{
border-color: #A17AF8;
}
.TagClassName
{
border-color: #A17AF8;
}
</style>