Shades of Medium Purple #A166F1
Tints of Medium Purple #A166F1
RGB
CMYK
RGB Variations
Color information
#A166F1 (or 0xA166F1) is known color: Medium Purple. HEX triplet: A1, 66 and F1. RGB value is (161,102,241). Sum of RGB (Red+Green+Blue) = 161+102+241=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #A166F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A166F1 is #5E990E. Grayscale: #868686. Windows color (decimal): -6199567 or 15820449. OLE color: 15820449.
HSL color Cylindrical-coordinate representation of color #A166F1: hue angle of 265.47º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A166F1 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 102 | 241 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.05 |
| HSL | 265.47º | 0.83% | 0.67% | - |
| HSV(B) | 265.47º | 0.58% | 0.95% | - |
| XYZ | 35.33 | 23.43 | 85.88 | - |
| YUV | 135.49 | 187.55 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 241 | 0.33 | 0.58 | 0 | 0.05 | 265.47 | 0.83 | 0.67 |
| Hex | A1 | 66 | F1 | 21 | 3A | 0 | 5 | 109 | 53 | 43 |
| Octal | 241 | 146 | 361 | 41 | 72 | 0 | 5 | 411 | 123 | 103 |
| Binary | 10100001 | 1100110 | 11110001 | 100001 | 111010 | 0 | 101 | 100001001 | 1010011 | 1000011 |
Color Harmonies of #A166F1
Complementary color
Monochromatic Colors of #A166F1
Black with #A166F1
Text Example
Text Example
White with #A166F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A166F1; }
p { color: rgb(161,102,241); }
H1.HeaderClassName
{
color: #A166F1;
}
.AnyTagClassName
{
color: #A166F1;
}
</style>
background-color css
<style>
a { background-color: #A166F1; }
a { background-color: rgb(161,102,241); }
div.DivClassName
{
background-color: #A166F1;
}
.BgClassName
{
background-color: #A166F1;
}
</style>
border-color css
<style>
span { border-color: #A166F1; }
span { border-color: rgb(161,102,241); }
td.TdClassName
{
border-color: #A166F1;
}
.TagClassName
{
border-color: #A166F1;
}
</style>