Shades of Medium Purple #A166EF
Tints of Medium Purple #A166EF
RGB
CMYK
RGB Variations
Color information
#A166EF (or 0xA166EF) is known color: Medium Purple. HEX triplet: A1, 66 and EF. RGB value is (161,102,239). Sum of RGB (Red+Green+Blue) = 161+102+239=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #A166EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A166EF is #5E9910. Grayscale: #868686. Windows color (decimal): -6199569 or 15689377. OLE color: 15689377.
HSL color Cylindrical-coordinate representation of color #A166EF: hue angle of 265.84º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A166EF is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 102 | 239 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.06 |
| HSL | 265.84º | 0.81% | 0.67% | - |
| HSV(B) | 265.84º | 0.57% | 0.94% | - |
| XYZ | 35.03 | 23.31 | 84.31 | - |
| YUV | 135.26 | 186.55 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 239 | 0.33 | 0.57 | 0 | 0.06 | 265.84 | 0.81 | 0.67 |
| Hex | A1 | 66 | EF | 21 | 39 | 0 | 6 | 10A | 51 | 43 |
| Octal | 241 | 146 | 357 | 41 | 71 | 0 | 6 | 412 | 121 | 103 |
| Binary | 10100001 | 1100110 | 11101111 | 100001 | 111001 | 0 | 110 | 100001010 | 1010001 | 1000011 |
Color Harmonies of #A166EF
Complementary color
Monochromatic Colors of #A166EF
Black with #A166EF
Text Example
Text Example
White with #A166EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A166EF; }
p { color: rgb(161,102,239); }
H1.HeaderClassName
{
color: #A166EF;
}
.AnyTagClassName
{
color: #A166EF;
}
</style>
background-color css
<style>
a { background-color: #A166EF; }
a { background-color: rgb(161,102,239); }
div.DivClassName
{
background-color: #A166EF;
}
.BgClassName
{
background-color: #A166EF;
}
</style>
border-color css
<style>
span { border-color: #A166EF; }
span { border-color: rgb(161,102,239); }
td.TdClassName
{
border-color: #A166EF;
}
.TagClassName
{
border-color: #A166EF;
}
</style>