Shades of Medium Purple #A166F8
Tints of Medium Purple #A166F8
RGB
CMYK
RGB Variations
Color information
#A166F8 (or 0xA166F8) is known color: Medium Purple. HEX triplet: A1, 66 and F8. RGB value is (161,102,248). Sum of RGB (Red+Green+Blue) = 161+102+248=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 248 - color contains mainly: blue. Hex color #A166F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A166F8 is #5E9907. Grayscale: #878787. Windows color (decimal): -6199560 or 16279201. OLE color: 16279201.
HSL color Cylindrical-coordinate representation of color #A166F8: hue angle of 264.25º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A166F8 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 102 | 248 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.03 |
| HSL | 264.25º | 0.91% | 0.69% | - |
| HSV(B) | 264.25º | 0.59% | 0.97% | - |
| XYZ | 36.39 | 23.86 | 91.49 | - |
| YUV | 136.29 | 191.05 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 248 | 0.35 | 0.59 | 0 | 0.03 | 264.25 | 0.91 | 0.69 |
| Hex | A1 | 66 | F8 | 23 | 3B | 0 | 3 | 108 | 5B | 45 |
| Octal | 241 | 146 | 370 | 43 | 73 | 0 | 3 | 410 | 133 | 105 |
| Binary | 10100001 | 1100110 | 11111000 | 100011 | 111011 | 0 | 11 | 100001000 | 1011011 | 1000101 |
Color Harmonies of #A166F8
Complementary color
Monochromatic Colors of #A166F8
Black with #A166F8
Text Example
Text Example
White with #A166F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A166F8; }
p { color: rgb(161,102,248); }
H1.HeaderClassName
{
color: #A166F8;
}
.AnyTagClassName
{
color: #A166F8;
}
</style>
background-color css
<style>
a { background-color: #A166F8; }
a { background-color: rgb(161,102,248); }
div.DivClassName
{
background-color: #A166F8;
}
.BgClassName
{
background-color: #A166F8;
}
</style>
border-color css
<style>
span { border-color: #A166F8; }
span { border-color: rgb(161,102,248); }
td.TdClassName
{
border-color: #A166F8;
}
.TagClassName
{
border-color: #A166F8;
}
</style>